summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-07 16:24:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-07 16:24:12 +0000
commitcb4383bb80656be29db6194308d6a913894ad218 (patch)
tree51f01a0938d953e06caa265d2fae3c7913e3b554 /chef-config/lib/chef-config
parent842d55bd6ec6194428dd1eb6857f0bfa7097bc8a (diff)
downloadchef-cb4383bb80656be29db6194308d6a913894ad218.tar.gz
Bump version to 16.0.191 by Chef Expeditorv16.0.191
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 7ba3e51174..32bb092c60 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.0.190".freeze
+ VERSION = "16.0.191".freeze
end