diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-08 15:41:19 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-08 15:41:19 +0000 |
commit | ec8eed0e6c45f48baacf7e38dfedf913ed5a33cc (patch) | |
tree | 1bac8d2daeaf2d117c9d7db5f140c2cad78c3ad0 /chef-utils/lib | |
parent | c8ef21e846b578374534d28d0aaa7b9772985448 (diff) | |
download | chef-ec8eed0e6c45f48baacf7e38dfedf913ed5a33cc.tar.gz |
Bump version to 16.0.193 by Chef Expeditorv16.0.193
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 b8464e8a43..549cb4c0cb 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.192".freeze + VERSION = "16.0.193".freeze end |