lib/rack/session/smart_cookie/version.rb in rack-session-smart_cookie-0.1.3 vs lib/rack/session/smart_cookie/version.rb in rack-session-smart_cookie-0.1.4

- old
+ new

@@ -8,9 +8,9 @@ module Session # Stub out a parent class so gemspec can get the version from this file. Cookie = Class.new unless defined?(Cookie) class SmartCookie < Cookie - VERSION = '0.1.3'.freeze + VERSION = '0.1.4'.freeze end end end