diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-16 15:57:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-16 15:57:18 +0000 |
commit | 3aa046fdfbb45480dbce7484836e4a7fa3a2ee21 (patch) | |
tree | 6988fee7272c855a817bbd06eb809d74b7bb6907 /chef-config | |
parent | df19ca62f362f38d8e920c9b09502832e691fed5 (diff) | |
download | chef-3aa046fdfbb45480dbce7484836e4a7fa3a2ee21.tar.gz |
Bump version to 17.0.106 by Chef Expeditorv17.0.106
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 994a7cad2e..0bab39f96a 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.0.105".freeze + VERSION = "17.0.106".freeze end |