summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-10 17:49:57 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-10 17:49:57 +0000
commit1e6f64c5398ee5efddd25a1f88ec0c1e322cf59d (patch)
treea7b2debf5f081e75dd82a46a30ef3fc0f19bf7cb /chef-config
parentbfa1e6e4eb6ef507f306df3a134a0ee233edc4d3 (diff)
downloadchef-1e6f64c5398ee5efddd25a1f88ec0c1e322cf59d.tar.gz
Bump version to 16.2.26 by Chef Expeditorv16.2.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.rb2
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 f920dc92a6..f49406f08e 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("../..", __FILE__)
- VERSION = "16.2.25".freeze
+ VERSION = "16.2.26".freeze
end