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