diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-27 23:23:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-27 23:23:27 +0000 |
commit | 9defd339d60615fa5555f412581bd97e5bc3a070 (patch) | |
tree | f411cbea5d5dc8cf9479f904a725d39efc131528 /chef-utils | |
parent | e61cfd82a543a385bde7c500c3cc8e3edd7bbfae (diff) | |
download | chef-9defd339d60615fa5555f412581bd97e5bc3a070.tar.gz |
Bump version to 17.0.66 by Chef Expeditorv17.0.66
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 1bcc915817..fe4ab547de 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 = "17.0.65" + VERSION = "17.0.66" end |