summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-22 21:19:27 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-22 21:19:27 +0000
commitdf8e8851621f5955983c2e4537a2c32694c07ece (patch)
tree81e05857b2d6dae768f175e91ba50b8b71e6441a /chef-config
parentda4d4211abd667441445e4e7c4b9835b982bbfcf (diff)
downloadchef-df8e8851621f5955983c2e4537a2c32694c07ece.tar.gz
Bump version to 18.1.23 by Chef Expeditorv18.1.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 bf5cf3bba1..f9139ea553 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.22".freeze
+ VERSION = "18.1.23".freeze
end