summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-14 22:25:38 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-14 22:25:38 +0000
commit99008cab0fb14b52a5ac45778a44ec00709cf2c7 (patch)
tree7364cf7b3502f9fc893681aec0356c45399d38c7 /chef-utils/lib/chef-utils/version.rb
parent58966a60ab41d9b920d7d0106316065efe26ae60 (diff)
downloadchef-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/lib/chef-utils/version.rb')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
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