Skip to content

Commit

Permalink
Merge pull request #914 from rafalcymerys/chore/bump-version-to-5.1.0
Browse files Browse the repository at this point in the history
Bump version to 5.1.0
  • Loading branch information
rafalcymerys authored Dec 12, 2022
2 parents 3c3e595 + c999e4f commit 664556e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/spree_i18n/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def version

module Version
MAJOR = 5
MINOR = 0
TINY = 1
MINOR = 1
TINY = 0

STRING = [MAJOR, MINOR, TINY].compact.join('.')
end
Expand Down

0 comments on commit 664556e

Please sign in to comment.