summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-04 20:30:20 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-04 20:30:20 +0000
commit072763e3a50bece9934f1dfa7ad61361d39a1203 (patch)
treecc26b9cc42c6126fb30f418e9565f8d21a7885dc /chef-config
parent4c66f8f4c37e485ce18954d3cf92aed1b7bec1b6 (diff)
downloadchef-072763e3a50bece9934f1dfa7ad61361d39a1203.tar.gz
Bump version to 17.9.23 by Chef Expeditorv17.9.23
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 97c0da1508..d603d8aca4 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.9.22".freeze
+ VERSION = "17.9.23".freeze
end