summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-23 16:35:55 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-23 16:35:55 +0000
commit4f8ff6e4ba8694db17c8b07001c0a477cb535bb7 (patch)
tree647561d77bc619d6842970216f1eca944b528dbb /chef-config
parent99c128d04617b2ce2e800e1edc4c68ba1927a9b3 (diff)
downloadchef-4f8ff6e4ba8694db17c8b07001c0a477cb535bb7.tar.gz
Bump version to 18.1.24 by Chef Expeditorv18.1.24
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 f9139ea553..93c1c69397 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 = "18.1.23".freeze
+ VERSION = "18.1.24".freeze
end