diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-05-16 20:13:32 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-05-16 20:13:32 +0000 |
commit | 89d6265e75b3daf795c7fd1345d40398a9b634df (patch) | |
tree | 38340d17b8271d8b71d0b91228929c33abc0b0e4 /lib | |
parent | 6287cc40b94e62e2a9d8d3b5d3936f37469e3104 (diff) | |
download | chef-main.tar.gz |
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 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 # |