summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-19 14:47:00 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-19 14:47:00 +0000
commit129dc6c641cc57ab70f56cfc7432644f34d91718 (patch)
treed8c29451fad04843e7df7b53d34ef06de8612e00 /chef-bin
parentd923c4807462c231f82ee271ed1a07e759296808 (diff)
downloadchef-129dc6c641cc57ab70f56cfc7432644f34d91718.tar.gz
Bump version to 17.0.212 by Chef Expeditorv17.0.212
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 3311c49e16..e9491a9310 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.211".freeze
+ VERSION = "17.0.212".freeze
end
#