lib/rack/session/version.rb in rack-session-1.0.2 vs lib/rack/session/version.rb in rack-session-2.0.0

- old
+ new

@@ -3,8 +3,8 @@ # Released under the MIT License. # Copyright, 2022-2023, by Samuel Williams. module Rack module Session - VERSION = "1.0.2" + VERSION = "2.0.0" end end