lib/refactor/version.rb in
refactor-0.0.1
vs lib/refactor/version.rb in
refactor-0.1.0
- old
+ new
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Refactor
- VERSION = "0.0.1"
+ VERSION = "0.1.0"
end