diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-15 18:28:17 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-15 18:28:20 +0000 |
commit | 3785ce70f432b428cf1b8f4a632218177df8983e (patch) | |
tree | dfa1cc768526d4ade271ecfd31f773f17bb924ca /chef-config | |
parent | 54715bdd0b423c9bb3ac5cf6d882627e5db95d3b (diff) | |
download | chef-3785ce70f432b428cf1b8f4a632218177df8983e.tar.gz |
Bump version to 17.0.100 by Chef Expeditorv17.0.100
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 15b60e0ea0..878be5555d 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.99".freeze + VERSION = "17.0.100".freeze end |