summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-10 04:20:13 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-10 04:20:13 +0000
commit48c3afc88b2527f9db2231ac386630bf06095ea5 (patch)
treecbdabbced393c8d25e47c0d4e7401f615e869758 /chef-utils/lib/chef-utils/version.rb
parent8a178d72571bc329763fabbb60a775c4a246ae00 (diff)
downloadchef-48c3afc88b2527f9db2231ac386630bf06095ea5.tar.gz
Bump version to 17.9.0 by Chef Expeditorv17.9.0
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 8393f0b2b1..9a1c230528 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.8.38"
+ VERSION = "17.9.0"
end