diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-25 17:27:17 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-25 17:27:17 +0000 |
commit | 7322308da2f96acb01a494152c2ccc6ced90715b (patch) | |
tree | 6ca9c4ec985bb90bb1ea07ddb1f79918c64162e4 /chef-utils | |
parent | e4bc26247b91a487eb37a7ec1223a4f95e908868 (diff) | |
download | chef-7322308da2f96acb01a494152c2ccc6ced90715b.tar.gz |
Bump version to 16.0.246 by Chef Expeditorv16.0.246
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 75c74bbc33..f0cc07acbd 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.245".freeze + VERSION = "16.0.246".freeze end |