lib/bake/modernize/version.rb in bake-modernize-0.13.0 vs lib/bake/modernize/version.rb in bake-modernize-0.13.1
- old
+ new
@@ -1,8 +1,10 @@
+# frozen_string_literal: true
+
# Released under the MIT License.
# Copyright, 2020-2022, by Samuel Williams.
module Bake
module Modernize
- VERSION = "0.13.0"
+ VERSION = "0.13.1"
end
end