summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-24 18:29:42 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-24 18:29:43 +0000
commitce2f6b8e14b11aaad8adf7597ecef6395816a8e4 (patch)
tree9ef8f594b53e8cec1babb8683b85a01b5ad8b272 /chef-bin
parent9f886a892258d8788441a5943064a21152a881f9 (diff)
downloadchef-ce2f6b8e14b11aaad8adf7597ecef6395816a8e4.tar.gz
Bump version to 16.0.77 by Chef Expeditorv16.0.77
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 493c50a6c5..db836dadfc 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.76".freeze
+ VERSION = "16.0.77".freeze
end
#