# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2022-2023, by Samuel Williams.

module Rack
  module Session
    VERSION = "2.1.1"
  end
end
