lib/async/http/cache/version.rb



# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2024, by Samuel Williams.

module Async
	module HTTP
		module Cache
			VERSION = "0.4.5"
		end
	end
end