diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-01-25 16:24:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-01-25 16:24:35 +0000 |
commit | d0ca1f4616ac906ef1e31b5e2d79371a99ccffff (patch) | |
tree | 9010987322f60531f887bd9a4cf0dd0496b0f450 /chef-config | |
parent | 855fdddfe8cf14c9897957a00a91c65d34eacbd4 (diff) | |
download | chef-d0ca1f4616ac906ef1e31b5e2d79371a99ccffff.tar.gz |
Bump version to 18.1.7 by Chef Expeditorv18.1.7
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 83e20bc8f3..2cd7bd932a 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.1.6".freeze + VERSION = "18.1.7".freeze end |