diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-25 23:42:28 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-25 23:42:28 +0000 |
commit | 63633cc1ddfbf79ff77e97376184e2d27b954678 (patch) | |
tree | 693643ae40c9039f2cd7f625c2e8a0f63bb6166a /chef-utils | |
parent | 6655b02af9b63caed67fd839d0437bb8b828a56b (diff) | |
download | chef-63633cc1ddfbf79ff77e97376184e2d27b954678.tar.gz |
Bump version to 16.0.83 by Chef Expeditorv16.0.83
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 027422daf1..09770e272d 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.82".freeze + VERSION = "16.0.83".freeze end |