diff --git a/lib/ceedling/version.rb b/lib/ceedling/version.rb index afd7fa34..ea37b206 100644 --- a/lib/ceedling/version.rb +++ b/lib/ceedling/version.rb @@ -13,6 +13,9 @@ module Ceedling module Version + GEM = "1.0.0" + CEEDLING = GEM + # If this file is loaded, we know it is next to the vendor path to use for version lookups vendor_path = File.expand_path( File.join( File.dirname( __FILE__ ), '../../vendor' ) ) @@ -42,9 +45,6 @@ module Version eval("#{name} = '#{a.join(".")}'") end - GEM = "0.32.0" - CEEDLING = GEM - # If run as a script, end with printing Ceedling’s version to $stdout puts CEEDLING if (__FILE__ == $0) end