lib/rack/session/version.rb in rack-session-1.0.0 vs lib/rack/session/version.rb in rack-session-1.0.1
- old
+ new
@@ -3,8 +3,8 @@
# Released under the MIT License.
# Copyright, 2022-2023, by Samuel Williams.
module Rack
module Session
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
end