lib/chef-bin/version.rb in chef-bin-18.3.0 vs lib/chef-bin/version.rb in chef-bin-18.4.2

- old
+ new

@@ -19,10 +19,10 @@ # task instead. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module ChefBin CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "18.3.0".freeze + VERSION = "18.4.2".freeze end # # NOTE: the Chef::Version class is defined in version_class.rb #