lib/route_downcaser/version.rb in route_downcaser-1.2.3 vs lib/route_downcaser/version.rb in route_downcaser-2.0.0
- old
+ new
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module RouteDowncaser
- VERSION = '1.2.3'.freeze
+ VERSION = "2.0.0"
end