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

- old
+ new

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