summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-16 20:13:32 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-16 20:13:32 +0000
commit89d6265e75b3daf795c7fd1345d40398a9b634df (patch)
tree38340d17b8271d8b71d0b91228929c33abc0b0e4 /lib
parent6287cc40b94e62e2a9d8d3b5d3936f37469e3104 (diff)
downloadchef-main.tar.gz
Bump version to 18.2.26 by Chef ExpeditorHEADv18.2.26main
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 e7630a8ab1..d21b2e80ef 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.2.25")
+ VERSION = Chef::VersionString.new("18.2.26")
end
#