summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
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 /lib/chef/version.rb
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 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 2b5e61a967..8e07067d85 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.0.123")
+ VERSION = Chef::VersionString.new("18.0.124")
end
#