diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-05-26 06:26:38 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-05-26 06:26:38 +0000 |
commit | 91bfc9f3cb1da01b0844bd4d926570b00859b1f8 (patch) | |
tree | 11598297010ff5f4f3f106bde9b4da7ab4e35ca5 /chef-bin | |
parent | afe29a74e827da1c95f4712db181ad06b7ee91a6 (diff) | |
download | chef-91bfc9f3cb1da01b0844bd4d926570b00859b1f8.tar.gz |
Bump version to 17.10.16 by Chef Expeditorv17.10.16
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 6d956058fc..4e70232125 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.10.15".freeze + VERSION = "17.10.16".freeze end # |