lib/cfer/version.rb in cfer-0.3.0 vs lib/cfer/version.rb in cfer-0.4.0

- old
+ new

@@ -1,3 +1,9 @@ module Cfer - VERSION = "0.3.0" + VERSION = "0.4.0" + + begin + require 'semantic' + SEMANTIC_VERSION = Semantic::Version.new(VERSION) + rescue LoadError + end end