summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-15 21:31:35 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-15 21:31:35 +0000
commit00401f60e859ac2e06c13108a3e99035afcf4e3d (patch)
tree31607feb0242375e3baa024e15cc1d7da6a5d05b /chef-bin/lib
parentf7814f3186ae6bcaaca59b5723b23559a0b4b4fd (diff)
downloadchef-00401f60e859ac2e06c13108a3e99035afcf4e3d.tar.gz
Bump version to 16.0.212 by Chef Expeditorv16.0.212
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 fc2a171288..0e07f4047a 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.211".freeze
+ VERSION = "16.0.212".freeze
end
#