diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-23 20:47:53 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-23 20:47:53 +0000 |
commit | 0c7b6f1730a8b5eedbefad6e3c1a7ec6dcbf8c2f (patch) | |
tree | 3a8e1d0d8507f55ed5d08182ab6f1122bc8f72b6 /lib | |
parent | e7c7979b86a9a129d251ce9c7f9734275cbae886 (diff) | |
download | chef-0c7b6f1730a8b5eedbefad6e3c1a7ec6dcbf8c2f.tar.gz |
Bump version to 17.8.12 by Chef Expeditorv17.8.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 659824b150..8c56d6ff23 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.8.11") + VERSION = Chef::VersionString.new("17.8.12") end # |