lib/chef-bin/version.rb in chef-bin-15.17.4 vs lib/chef-bin/version.rb in chef-bin-16.0.257

- old
+ new

@@ -18,11 +18,11 @@ # this repo. Do not edit this manually. Edit the VERSION file and run the rake # task instead. # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module ChefBin - CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "15.17.4".freeze + CHEFBIN_ROOT = File.expand_path("../..", __FILE__) + VERSION = "16.0.257".freeze end # # NOTE: the Chef::Version class is defined in version_class.rb #