diff --git a/cmtool.gemspec b/cmtool.gemspec index c93c5ab..8b1d564 100644 --- a/cmtool.gemspec +++ b/cmtool.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.name = "cmtool" - s.version = "1.0.0" + s.version = "2.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] diff --git a/lib/cmtool/version.rb b/lib/cmtool/version.rb index 0e0ab21..18b84d0 100644 --- a/lib/cmtool/version.rb +++ b/lib/cmtool/version.rb @@ -1,3 +1,3 @@ module Cmtool - VERSION = "1.0.0" + VERSION = "2.0.0" end