lib/rom/http/version.rb in rom-http-0.7.0 vs lib/rom/http/version.rb in rom-http-0.8.0
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
module ROM
module HTTP
- VERSION = '0.7.0'.freeze
+ VERSION = '0.8.0'.freeze
end
end
- old
+ new