lib/rack/session/smart_cookie/version.rb in rack-session-smart_cookie-0.1.4 vs lib/rack/session/smart_cookie/version.rb in rack-session-smart_cookie-0.2.0
- 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.4'.freeze
+ VERSION = '0.2.0'.freeze
end
end
end