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 /chef-config | |
parent | a4585799859f25bc3fcb3cc0019b216a488f8cb9 (diff) | |
download | chef-2205419ad84a18881fc57fdb2ec3fe492228dcea.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 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 1c92e949ac..8461e08eac 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "17.3.9".freeze + VERSION = "17.3.10".freeze end |