diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-24 18:31:49 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-24 18:31:49 +0000 |
commit | 922e8842c7a1bb3ecd5e6b268623a7d6badec8f4 (patch) | |
tree | 3910aceebf74aaab39cc1a4dd95a96602eb07b5b /chef-utils | |
parent | 4cde03dcff2edf646e029f96d8d7fe899381dea6 (diff) | |
download | chef-922e8842c7a1bb3ecd5e6b268623a7d6badec8f4.tar.gz |
Bump version to 16.0.79 by Chef Expeditorv16.0.79
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 d5f01a271c..bcde666bbe 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.78".freeze + VERSION = "16.0.79".freeze end |