Bump version to 0.7.0 Changes in the dependency chain warrant a minor version increase.
Vicent Marti tanoku@gmail.com
Wed, 07 Dec 2011 15:29:20 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
lib/github/markup/version.rb
→
lib/github/markup/version.rb
@@ -1,5 +1,5 @@
module GitHub module Markup - Version = VERSION = '0.6.0' + Version = VERSION = '0.7.0' end end