lib/chef-bin/version.rb in chef-bin-15.5.15 vs lib/chef-bin/version.rb in chef-bin-15.5.16

- old
+ new

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