lib/bearcat/version.rb in bearcat-0.9.22 vs lib/bearcat/version.rb in bearcat-1.0.0

- old
+ new

@@ -1,3 +1,3 @@ module Bearcat - VERSION = '0.9.22' unless defined?(Bearcat::VERSION) + VERSION = '1.0.0' unless defined?(Bearcat::VERSION) end