lib/evrythng/version.rb in evrythng-0.0.3 vs lib/evrythng/version.rb in evrythng-0.0.5

- old
+ new

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