lib/thounds/version.rb in thounds-0.0.1 vs lib/thounds/version.rb in thounds-0.0.2

- old
+ new

@@ -1,4 +1,4 @@ module Thounds # The version of the gem - VERSION = '0.0.1'.freeze unless defined?(::Thounds::VERSION) + VERSION = '0.0.2'.freeze unless defined?(::Thounds::VERSION) end