lib/rflow/components/http/version.rb in rflow-components-http-1.1.0 vs lib/rflow/components/http/version.rb in rflow-components-http-1.1.1

- old
+ new

@@ -1,7 +1,8 @@ class RFlow module Components module HTTP - VERSION = "1.1.0" + # The gem version. + VERSION = "1.1.1" end end end