diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-14 22:25:38 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-14 22:25:38 +0000 |
commit | 99008cab0fb14b52a5ac45778a44ec00709cf2c7 (patch) | |
tree | 7364cf7b3502f9fc893681aec0356c45399d38c7 /chef-utils | |
parent | 58966a60ab41d9b920d7d0106316065efe26ae60 (diff) | |
download | chef-99008cab0fb14b52a5ac45778a44ec00709cf2c7.tar.gz |
Bump version to 17.9.4 by Chef Expeditorv17.9.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 6c9fe5d554..009865304b 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.9.3" + VERSION = "17.9.4" end |