diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-23 16:04:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-23 16:04:47 +0000 |
commit | 2205419ad84a18881fc57fdb2ec3fe492228dcea (patch) | |
tree | 5bb7f948ba838360b38490d9505d22a777db7d8a /lib/chef/version.rb | |
parent | a4585799859f25bc3fcb3cc0019b216a488f8cb9 (diff) | |
download | chef-3ff19989d82035e08b98e80f58346caac1acb164.tar.gz |
Bump version to 17.3.10 by Chef Expeditorv17.3.10
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 09b7293590..eadaad2228 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("17.3.9") + VERSION = Chef::VersionString.new("17.3.10") end # |