diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-14 05:42:22 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-14 05:42:22 +0000 |
commit | e5b8076dec334316ab9fd3b099bec4defeb4454f (patch) | |
tree | 7392901d7756addd3e66a7b2ea814946f3caa404 /chef-utils | |
parent | 7049f9973804e14237f581c16c4f0c5ffcbe384b (diff) | |
download | chef-e5b8076dec334316ab9fd3b099bec4defeb4454f.tar.gz |
Bump version to 16.3.6 by Chef Expeditorv16.3.6
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 daaf919eed..96a9b8ceb1 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.3.5".freeze + VERSION = "16.3.6".freeze end |