From 95a2c8bae62138dd0b93dc306181d7a2de01d32b Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 18 Jul 2023 20:26:33 +1200 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 a28d77a..2bf1cfd 100644 --- a/lib/rack/cache/version.rb +++ b/lib/rack/cache/version.rb @@ -1,5 +1,5 @@ module Rack module Cache - VERSION = '1.13.0' + VERSION = '1.14.0' end end