Skip to content

Commit

Permalink
bump version to 0.1.0.beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nelson committed Aug 28, 2013
1 parent c8f70a0 commit 3455850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/makara/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module VERSION
MAJOR = 0
MINOR = 1
PATCH = 0
PRE = 'beta5'
PRE = 'beta6'

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

0 comments on commit 3455850

Please sign in to comment.