Skip to content

Commit

Permalink
Merge pull request #919 from spree-contrib/chore/bump-version-to-5.3.0
Browse files Browse the repository at this point in the history
Bump version to 5.3.0
  • Loading branch information
rafalcymerys authored Aug 28, 2023
2 parents 1f80a3b + 0e4f545 commit 1d763ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spree_i18n/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def version

module Version
MAJOR = 5
MINOR = 2
MINOR = 3
TINY = 0

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

0 comments on commit 1d763ba

Please sign in to comment.