summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-06 17:44:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-06 17:44:58 +0000
commit2c144f92303f21713a381297858a7a94ff8071ad (patch)
tree78886675dbf6abe246c13094870709084bb754fc /chef-bin
parent975f9e0bf686e99490223521c4f59664b7e1af00 (diff)
downloadchef-2c144f92303f21713a381297858a7a94ff8071ad.tar.gz
Bump version to 16.0.277 by Chef Expeditorv16.0.277
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-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 5b73dac6f9..ee71d9337d 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.276".freeze
+ VERSION = "16.0.277".freeze
end
#