summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-20 04:19:31 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-20 04:19:31 +0000
commit3536688af38f6ae1e447fa8d03bdaee8c4ec4a3a (patch)
treea02afd0a5839b75dbe5795266b562375ab5ec876 /chef-config
parent477c9ec20fe2c4c8baa0b695b907dd907cf7d5fb (diff)
downloadchef-3536688af38f6ae1e447fa8d03bdaee8c4ec4a3a.tar.gz
Bump version to 16.1.6 by Chef Expeditorv16.1.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 7bdb5dcfc1..6f4354c5fb 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.1.5".freeze
+ VERSION = "16.1.6".freeze
end