diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-02 00:19:12 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-02 00:19:12 +0000 |
commit | de6dace091ca36693d6d765d250e6ab9b64ca4d6 (patch) | |
tree | e3917498b407ed08065d86394831855be88789ae /chef-utils | |
parent | 2d7c46e93b205e71a6cafcb3eda58d9e5e037c86 (diff) | |
download | chef-de6dace091ca36693d6d765d250e6ab9b64ca4d6.tar.gz |
Bump version to 16.7.65 by Chef Expeditorv16.7.65
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 53c380f289..aafa72707a 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.7.64" + VERSION = "16.7.65" end |