Bump version > 0.2.1

This commit is contained in:
Rob Watson 2017-07-14 13:13:42 +01:00
parent 194e9c678e
commit 744dfdb175
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module Rack
class FilterParam
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end