diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-11-29 20:10:02 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-11-29 20:10:02 +0000 |
commit | 883f1101bcabf043375896c5dc77a81b80f9a7fa (patch) | |
tree | 01f91cea7485f1e2219d071ec1ad5551c47aeda0 /chef-config | |
parent | 703953c7e6db6c57a230741cd960b1b914420300 (diff) | |
download | chef-883f1101bcabf043375896c5dc77a81b80f9a7fa.tar.gz |
Bump version to 18.0.190 by Chef Expeditorv18.0.190
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 c67b80522a..9242885757 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 = "18.0.189".freeze + VERSION = "18.0.190".freeze end |