summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-04 16:03:04 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-04 16:03:04 +0000
commit858c584e2d42ada97e70252a11b33576dc02176f (patch)
treec583175bb3563cb463492941bad52947490b25ce /chef-bin/lib/chef-bin/version.rb
parent9597c7f383f63dffcaa4b7e7a6c48a6c615a293a (diff)
downloadchef-858c584e2d42ada97e70252a11b33576dc02176f.tar.gz
Bump version to 17.0.76 by Chef Expeditorv17.0.76
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 2638342ddf..31303cfb0f 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.75".freeze
+ VERSION = "17.0.76".freeze
end
#