summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-25 17:13:56 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-25 17:13:56 +0000
commitf2a10272c29c80c06143d094c87f182827de12c5 (patch)
treefa7ff8a1b40139139f9af7ee1c672b0ee35cc326 /chef-utils
parent620959013d601f751d0ccb285e513c4a6a394a6d (diff)
downloadchef-f2a10272c29c80c06143d094c87f182827de12c5.tar.gz
Bump version to 18.0.124 by Chef Expeditorv18.0.124
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 7ed7bf4e89..f9b73168a0 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.0.123"
+ VERSION = "18.0.124"
end