Skip to content

Commit 493f5f0

Browse files
committed
Post-release chores after having released Solidus v4.5.1
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/v4.5.1 - [ ] The corresponding patch branch exists. See https://github.com/solidusio/solidus/tree/v4.5 - [ ] The corresponding backport-v4.5 label exists. See https://github.com/solidusio/solidus/labels
1 parent 646d445 commit 493f5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/spree/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Spree
4-
VERSION = "4.5.1"
4+
VERSION = "4.5.2.dev"
55

66
def self.solidus_version
77
VERSION

0 commit comments

Comments
 (0)