summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-29 00:15:46 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-29 00:15:46 +0000
commit635da81e64e262355d17191674b123d0c77c913c (patch)
tree2912572d278a20d4946f6b40b28b778ce0d69781 /chef-config
parenta3f9e008aa7c5af9d9278e0a15b88a4c14ca78c5 (diff)
downloadchef-635da81e64e262355d17191674b123d0c77c913c.tar.gz
Bump version to 16.2.6 by Chef Expeditorv16.2.6
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 ba0e5afc7e..7c1eb80bec 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.5".freeze
+ VERSION = "16.2.6".freeze
end