Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonard committed Jan 8, 2016
1 parent 5b395b2 commit 0a506b9
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 = 4
PRE = "rc1"
PATCH = 5
PRE = nil

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

0 comments on commit 0a506b9

Please sign in to comment.