Bump version to 2

This commit is contained in:
2015-07-22 17:57:32 +02:00
parent f7aa44ae2e
commit b327bf596b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"]
+1 -1
View File
@@ -1,3 +1,3 @@
module Cmtool
VERSION = "1.0.0"
VERSION = "2.0.0"
end