Skip to content

Commit 664556e

Browse files
authored
Merge pull request #914 from rafalcymerys/chore/bump-version-to-5.1.0
Bump version to 5.1.0
2 parents 3c3e595 + c999e4f commit 664556e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/spree_i18n/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def version
99

1010
module Version
1111
MAJOR = 5
12-
MINOR = 0
13-
TINY = 1
12+
MINOR = 1
13+
TINY = 0
1414

1515
STRING = [MAJOR, MINOR, TINY].compact.join('.')
1616
end

0 commit comments

Comments
 (0)