diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-18 06:33:14 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-18 06:33:14 +0000 |
commit | 5a9826a4a44096170696e67ed63adcad49f8fb1f (patch) | |
tree | 1a62ded21707bc96fee94cd4e046a9dc7bda2335 /lib | |
parent | ab42cac6b2e0e4700d4c60a70cc343fa4547e7e9 (diff) | |
download | chef-5a9826a4a44096170696e67ed63adcad49f8fb1f.tar.gz |
Bump version to 17.9.12 by Chef Expeditorv17.9.12
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 2bfb84e3d2..82f2e6fe95 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("17.9.11") + VERSION = Chef::VersionString.new("17.9.12") end # |