diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-09 20:30:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-09 20:30:47 +0000 |
commit | 6cda64c59a395e3f3c12c45e9e2c57e162f7a860 (patch) | |
tree | 40c6c31bd2edcf01ff20d14fd85c536ee690ce54 /chef-bin/lib | |
parent | 1b9a713dab429c6093668241158b448142d6be6b (diff) | |
download | chef-6cda64c59a395e3f3c12c45e9e2c57e162f7a860.tar.gz |
Bump version to 17.7.36 by Chef Expeditorv17.7.36
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 2ef9e5f764..6045b04a1a 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.7.35".freeze + VERSION = "17.7.36".freeze end # |