diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-02-01 19:12:06 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-02-01 19:12:06 +0000 |
commit | 4d9ab9ecaacda70dd0a1285acd0c871fcb23fcee (patch) | |
tree | 97fa4fef10efb7747955ec0b1187826f1ef9a790 /lib | |
parent | cdfc851fa0a5ca2c2ce598a403d41e17d13189b0 (diff) | |
download | chef-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.rb | 2 |
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 # |