Skip to content

Commit

Permalink
bump version to 2.0.0.pre7
Browse files Browse the repository at this point in the history
  • Loading branch information
damphyr committed Feb 29, 2016
1 parent 0aa22dc commit 0633fec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
== 2.0.0.pre7 /2016-02-29
* Bugfix: --check was not working
== 2.0.0.pre6 /2016-02-15
* Switch the reporter interface to using types instead of hashes
* Fix Ruby deprecation warnings
Expand Down
2 changes: 1 addition & 1 deletion lib/rutema/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Rutema
module Version
MAJOR=2
MINOR=0
TINY="0.pre6"
TINY="0.pre7"
STRING=[ MAJOR, MINOR, TINY ].join( "." )
end
end

0 comments on commit 0633fec

Please sign in to comment.