summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-11 15:23:51 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-11 15:23:51 +0000
commitc99a5dec8817ae4a4da6ca7bcdeb801b0fd2706b (patch)
tree7e1f5d7c69d38fc10e691e7e0704cd6fd503575f /chef-bin
parent9c337d066898ed7984f40e893c9c9873039cca9a (diff)
downloadchef-c99a5dec8817ae4a4da6ca7bcdeb801b0fd2706b.tar.gz
Bump version to 16.8.12 by Chef Expeditorv16.8.12
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 de9fbb106c..edffca38d4 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 = "16.8.11".freeze
+ VERSION = "16.8.12".freeze
end
#