summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 9c22154c66..c1aeac6849 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.8.11")
+ VERSION = Chef::VersionString.new("16.8.12")
end
#