Skip to content

Commit

Permalink
Bump version to 2.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec authored Sep 11, 2020
1 parent 261f2de commit d81f800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/spree_analytics_trackers/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ module VERSION
MAJOR = 2
MINOR = 0
TINY = 0
PRE = 'rc2'

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

0 comments on commit d81f800

Please sign in to comment.