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 /chef-bin | |
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 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
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 bc2ca4efa8..cfb6de4e0d 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 = "17.8.11".freeze + VERSION = "17.8.12".freeze end # |