summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-23 17:35:46 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-23 17:35:46 +0000
commitb12e038a577f12bede63eeffe876a0b40ab762dc (patch)
tree4d386443712d3f95a3b18c51408bb1fa086dd939 /lib
parent0487257fa059494e54188885a3a2f0d599838dd5 (diff)
downloadchef-b12e038a577f12bede63eeffe876a0b40ab762dc.tar.gz
Bump version to 18.1.25 by Chef Expeditorv18.1.25
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 250c81c180..b6d72a6dc6 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.24")
+ VERSION = Chef::VersionString.new("18.1.25")
end
#