summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-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 c77b86aad7..250c81c180 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.1.23")
+ VERSION = Chef::VersionString.new("18.1.24")
end
#