summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-04 21:24:31 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-04 21:24:31 +0000
commitdd0e2dbb8b299157c9bf82c9ac7d7dd374b31ca7 (patch)
tree091e3d2e89498b8a4843fef41c9a7ae74fd53828 /chef-bin/lib/chef-bin/version.rb
parent01b591da5149f7dad6b3e285e5ca450776f225d8 (diff)
downloadchef-dd0e2dbb8b299157c9bf82c9ac7d7dd374b31ca7.tar.gz
Bump version to 16.0.272 by Chef Expeditorv16.0.272
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 06792c7109..f968be6706 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.271".freeze
+ VERSION = "16.0.272".freeze
end
#