diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-07-02 21:42:41 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-07-02 21:42:41 +0000 |
commit | 08dca8beb4c49b5a0f9364ae583a662d6b05f433 (patch) | |
tree | ef60b26e0d0834132240a795c2efc00c96999aa1 /chef-config | |
parent | b0210a241e34f050aa0492697e42228218290c48 (diff) | |
download | chef-08dca8beb4c49b5a0f9364ae583a662d6b05f433.tar.gz |
Bump version to 16.13.43 by Chef Expeditorv16.13.43
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 3795b2ce10..ddfb279ac5 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.13.42".freeze + VERSION = "16.13.43".freeze end |