bump version to v5.1.0

This commit is contained in:
Gonzalo Rodriguez 2018-03-09 15:23:46 -03:00
parent c9cd0239a4
commit c119186134
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

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