Skip to content

Commit

Permalink
bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorinPopaCodes committed Jul 18, 2018
1 parent 85abbb2 commit 3f169bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/acts_as_span/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module ActsAsSpan
module VERSION
MAJOR = 0
MINOR = 0
TINY = 5
TINY = 6

This comment has been minimized.

Copy link
@rjdellecese

rjdellecese Feb 7, 2019

Contributor

This should have been a major version bump, I think?

This comment has been minimized.

Copy link
@oneamtu

oneamtu Feb 7, 2019

Contributor

If the API changed, definitely. If not, at least a minor. @FlorinPopaCodes do you remember the reason why it was a TINY bump?

This comment has been minimized.

Copy link
@FlorinPopaCodes

FlorinPopaCodes Feb 8, 2019

Author Contributor

something along the lines that Billing wasn't included in the upgrade and we don't have yet a 1.0.0 and just 0.0.+1 made sense at the moment. but that was 6+ months ago.

PRE = nil

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

SUMMARY = "acts_as_span #{STRING}"
end
end

0 comments on commit 3f169bf

Please sign in to comment.