lib/rack/session/version.rb in rack-session-0.3.0 vs lib/rack/session/version.rb in rack-session-1.0.0

- old
+ new

@@ -1,7 +1,10 @@ # frozen_string_literal: true +# Released under the MIT License. +# Copyright, 2022-2023, by Samuel Williams. + module Rack module Session - VERSION = "0.3.0" + VERSION = "1.0.0" end end