rack-attack/lib/rack/attack/version.rb
2014-04-28 15:45:13 -04:00

5 lines
59 B
Ruby

module Rack
class Attack
VERSION = '4.0.0'
end
end