rack-attack/lib/rack/attack/version.rb
Aaron Suggs 853c9ceef3 Set :expires_in on throttle cache counters
Should reduce memcached evictions
2012-08-09 11:05:30 -04:00

5 lines
60 B
Ruby

module Rack
module Attack
VERSION = '1.3.1'
end
end