Skip to content

Commit

Permalink
v0.3.7.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonard committed Sep 16, 2016
1 parent ecf2f82 commit 15f53c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/makara/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module VERSION

MAJOR = 0
MINOR = 3
PATCH = 6
PRE = nil
PATCH = 7
PRE = "rc"

def self.to_s
[MAJOR, MINOR, PATCH, PRE].compact.join('.')
Expand Down

0 comments on commit 15f53c0

Please sign in to comment.