diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-10-17 00:48:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-10-17 00:48:03 +0000 |
commit | 564055b5c262599162de2b567465bc61a9921fd5 (patch) | |
tree | 4749da45b0222d58ac1945259762b889e560fd2d /chef-config | |
parent | 4164b5aa3625091c6e12fbbb7df5ecaccba7c06c (diff) | |
download | chef-564055b5c262599162de2b567465bc61a9921fd5.tar.gz |
Bump version to 16.6.23 by Chef Expeditorv16.6.23
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 9cd10dde81..7f840b788c 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 = "16.6.22".freeze + VERSION = "16.6.23".freeze end |