From 3f7e08cd0e4d4689c22f33b067c6cb0126dfcf00 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 2 Mar 2024 12:47:42 +1300 Subject: [PATCH] Bump minor version. --- lib/rack/cache/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rack/cache/version.rb b/lib/rack/cache/version.rb index cff0c2d..3cf35c5 100644 --- a/lib/rack/cache/version.rb +++ b/lib/rack/cache/version.rb @@ -1,5 +1,5 @@ module Rack module Cache - VERSION = '1.15.0' + VERSION = '1.16.0' end end