summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 16:23:24 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 16:23:24 +0000
commitbf25337c300ffc900c1a0960d99552509745d3c1 (patch)
treebe209c9d20cc42b1ef75ed500e6ee4891bac0e4e /chef-utils
parentd57ef307e420aa37d2df930210a38a3c8727dbe1 (diff)
downloadchef-bf25337c300ffc900c1a0960d99552509745d3c1.tar.gz
Bump version to 17.9.20 by Chef Expeditorv17.9.20
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.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 ee3f09d4c1..52929b247d 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.19"
+ VERSION = "17.9.20"
end