lib/chef-bin/version.rb in chef-bin-16.15.22 vs lib/chef-bin/version.rb in chef-bin-16.16.7

- old
+ new

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