summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-05 00:31:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-05 00:31:55 +0000
commit760e8b596f2be5b4e77bd076d9fece38dba1b723 (patch)
tree23d4899a8f6e09ba91a31ec7b23a44dc9b73943f /chef-config
parent8d9926535edab548071a54ae2a38939bea521925 (diff)
downloadchef-760e8b596f2be5b4e77bd076d9fece38dba1b723.tar.gz
Bump version to 16.4.8 by Chef Expeditorv16.4.8
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 9a769ab759..9a991e4bef 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.4.7".freeze
+ VERSION = "16.4.8".freeze
end