Bump version to 5.2.0

This commit is contained in:
Gonzalo Rodriguez 2018-03-29 12:24:37 -03:00
parent 4c1aa8b312
commit 389287f060
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -1,5 +1,5 @@
module Rack module Rack
class Attack class Attack
VERSION = '5.1.0' VERSION = '5.2.0'
end end
end end