diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-01-04 19:30:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-01-04 19:30:40 +0000 |
commit | ba27246ea7f8284d5e25e3adaf15db1a661a73ad (patch) | |
tree | 88a67d28e00ac584abb8391e848f89879d22aac2 /lib | |
parent | 1b57ce8becda03c132b2911e68380313085465f5 (diff) | |
download | chef-ba27246ea7f8284d5e25e3adaf15db1a661a73ad.tar.gz |
Bump version to 18.1.0 by Chef Expeditorv18.1.0
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 f57f13dad1..f60bcfa073 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.208") + VERSION = Chef::VersionString.new("18.1.0") end # |