diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-12-13 04:01:50 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-12-13 04:01:50 +0000 |
commit | 62a9952f14b049b6af15efcb0789eeb15bb6455c (patch) | |
tree | 931e081c4b804dc4b6340f15a14f4110f382d719 /chef-config | |
parent | 6992ae11ac5c56efb24db7ebb09b1d4483897935 (diff) | |
download | chef-62a9952f14b049b6af15efcb0789eeb15bb6455c.tar.gz |
Bump version to 18.0.199 by Chef Expeditorv18.0.199
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 4689625d26..839bf13331 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.198".freeze + VERSION = "18.0.199".freeze end |