lib/bake/modernize/version.rb in bake-modernize-0.19.3 vs lib/bake/modernize/version.rb in bake-modernize-0.19.4

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2020-2023, by Samuel Williams. +# Copyright, 2020-2024, by Samuel Williams. module Bake module Modernize - VERSION = "0.19.3" + VERSION = "0.19.4" end end