From 5261d91b210735a5a79367ff9faebde2dea28788 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Fri, 5 Apr 2024 20:25:39 +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 3cf35c5..04491dc 100644 --- a/lib/rack/cache/version.rb +++ b/lib/rack/cache/version.rb @@ -1,5 +1,5 @@ module Rack module Cache - VERSION = '1.16.0' + VERSION = '1.17.0' end end