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

- old
+ new

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