summaryrefslogtreecommitdiff
path: root/chef-utils/lib
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-utils/lib
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-utils/lib')
-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 71104b63c4..67f74f435d 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 = "18.1.22"
+ VERSION = "18.1.23"
end