diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-17 21:55:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-17 21:55:47 +0000 |
commit | 14322805574a96ace59d65c2a997b5042b836d4a (patch) | |
tree | 2828162e3321d4790652267d2634b428f9f73216 /chef-utils | |
parent | 3bbcf0ccaeca8d8e307b72c7b4c8e6809044c635 (diff) | |
download | chef-14322805574a96ace59d65c2a997b5042b836d4a.tar.gz |
Bump version to 17.3.4 by Chef Expeditorv17.3.4
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 fbac7abf3e..80fa908f1b 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.3.3" + VERSION = "17.3.4" end |