diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-23 03:36:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-23 03:36:47 +0000 |
commit | 3b34d0a4dccc0269bb701876c9e6a166443ae55d (patch) | |
tree | a5aa9621623064f946abcc41e03082f2a9d790f6 /chef-config/lib | |
parent | 35baf5be493fc63daa5894a238eb38f6520e97fe (diff) | |
download | chef-3b34d0a4dccc0269bb701876c9e6a166443ae55d.tar.gz |
Bump version to 16.3.26 by Chef Expeditorv16.3.26
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 4d0d816837..e5933153bc 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.3.25".freeze + VERSION = "16.3.26".freeze end |