diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-05 18:57:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-05 18:57:47 +0000 |
commit | 4f725b7ea36413c81df1919bae1d9ea51c1e807a (patch) | |
tree | 97b050814ea3a87f8eb104b5d9a5a820b5eeb5a7 /chef-config | |
parent | 9530de8f57c90a9e24738953aaf2ed5c8b199535 (diff) | |
download | chef-4f725b7ea36413c81df1919bae1d9ea51c1e807a.tar.gz |
Bump version to 16.7.26 by Chef Expeditorv16.7.26
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 500193115a..4bd6fbaefc 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.7.25".freeze + VERSION = "16.7.26".freeze end |