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