Skip to content

Commit

Permalink
bump version for rails 5 and rspec 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisterchipmunk committed Jul 1, 2016
1 parent 3156ed0 commit cd9a653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/genspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module GenSpec
class Version
MAJOR = 0
MINOR = 2
PATCH = 8
MINOR = 3
PATCH = 0
RELEASE = nil

STRING = (RELEASE ? [MAJOR, MINOR, PATCH, RELEASE] : [MAJOR, MINOR, PATCH]).join('.')
Expand Down

0 comments on commit cd9a653

Please sign in to comment.