diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-12 00:48:04 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-12 00:48:04 +0000 |
commit | 9eaf26d6824f38483ae26b1b1648c2451fd46a4b (patch) | |
tree | 944b83d62eaa3d76a464cb42666cd798c8c4b648 /chef-utils | |
parent | 463a84813eff609d90766a16eccd115794601d9e (diff) | |
download | chef-9eaf26d6824f38483ae26b1b1648c2451fd46a4b.tar.gz |
Bump version to 16.7.36 by Chef Expeditorv16.7.36
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index a1877aa57b..8f3d84b1ca 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.7.35" + VERSION = "16.7.36" end |