Skip to content

Commit

Permalink
Post-release chores after having released Solidus v3.4.5
Browse files Browse the repository at this point in the history
This code has been automatically generated by our 'Prepare post-release' GitHub
action.

Make sure that:

- [ ] The new release has been published, along with its tag. See https://github.com/solidusio/solidus/releases/tag/v3.4.5
- [ ] The corresponding patch branch exists. See https://github.com/solidusio/solidus/tree/v3.4
- [ ] The corresponding backport-v3.4 label exists. See https://github.com/solidusio/solidus/labels
  • Loading branch information
tvdeyen committed Nov 1, 2023
1 parent 84e20e5 commit bb37c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/spree/core/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Spree
VERSION = "3.4.5"
VERSION = "3.4.6.dev"

def self.solidus_version
VERSION
Expand Down

0 comments on commit bb37c4f

Please sign in to comment.