diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-13 23:40:18 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-13 23:40:18 +0000 |
commit | 3181d48c986cb7065aa8b3cc9c805d36bc18efdc (patch) | |
tree | 79430d7757bcee72ebef4ca2bcc8e94696588575 /chef-utils/lib | |
parent | 5028d674c113ecadd82d2688fdbcef6adaa77a94 (diff) | |
download | chef-3181d48c986cb7065aa8b3cc9c805d36bc18efdc.tar.gz |
Bump version to 16.0.207 by Chef Expeditorv16.0.207
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 2c1b69d473..baec0a4c1a 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("../..", __FILE__) - VERSION = "16.0.206".freeze + VERSION = "16.0.207".freeze end |