summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-17 01:51:01 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-17 01:51:01 +0000
commit2d503838d13153c9841c9f02f3c1943a8999e67e (patch)
tree6573c3ca9c1336d7783aaa8993806c489746e968 /lib/chef/version.rb
parentc342074590994477bcee806ec3a62989d63cb5f1 (diff)
downloadchef-2d503838d13153c9841c9f02f3c1943a8999e67e.tar.gz
Bump version to 16.15.12 by Chef Expeditorv16.15.12
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 6915cee849..1ef29f4af5 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.15.11")
+ VERSION = Chef::VersionString.new("16.15.12")
end
#