summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-27 19:03:38 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-27 19:03:38 +0000
commit35af355e89ac2c994c2135e6e916d48f32fd251f (patch)
tree297913e76812dc115cb9f18484d12f933088332d /lib/chef
parent69a19c2ce7cf6933dfc4c4a32e159b1b44847ff5 (diff)
downloadchef-35af355e89ac2c994c2135e6e916d48f32fd251f.tar.gz
Bump version to 18.1.26 by Chef Expeditorv18.1.26
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 b6d72a6dc6..ac9633c742 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.25")
+ VERSION = Chef::VersionString.new("18.1.26")
end
#