summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-01 19:12:06 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-01 19:12:06 +0000
commit4d9ab9ecaacda70dd0a1285acd0c871fcb23fcee (patch)
tree97fa4fef10efb7747955ec0b1187826f1ef9a790 /lib
parentcdfc851fa0a5ca2c2ce598a403d41e17d13189b0 (diff)
downloadchef-18.0.26.tar.gz
Bump version to 18.0.26 by Chef Expeditorv18.0.26
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 246be92d5b..d479147589 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.25")
+ VERSION = Chef::VersionString.new("18.0.26")
end
#