summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 0e80177b78..468eca4174 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.9.3".freeze
+ VERSION = "17.9.4".freeze
end
#