rack-attack/lib/rack/attack/version.rb
2016-07-04 21:42:44 -04:00

5 lines
65 B
Ruby

module Rack
class Attack
VERSION = '5.0.0.beta1'
end
end