summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-04 18:56:00 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-04 18:56:00 +0000
commit062136e18ec08b7be564bf2741ff6f20e909ed9f (patch)
tree16997f792b71ca073303ee3941aa958db735d529 /chef-bin/lib/chef-bin/version.rb
parent41819aa377ba48aec6292d06f8da9a931b4e806f (diff)
downloadchef-062136e18ec08b7be564bf2741ff6f20e909ed9f.tar.gz
Bump version to 17.0.77 by Chef Expeditorv17.0.77
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 31303cfb0f..ea75583960 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("..", __dir__)
- VERSION = "17.0.76".freeze
+ VERSION = "17.0.77".freeze
end
#