summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-09 03:30:40 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-09 03:30:40 +0000
commit92022175c0682723606abd563edf87b1e0200106 (patch)
tree6941bdad3982298e93cf428bed771002b97b71e2 /chef-config/lib/chef-config
parente5caab7de9726d280e12bb593b6d8c3ce6afa177 (diff)
downloadchef-92022175c0682723606abd563edf87b1e0200106.tar.gz
Bump version to 16.0.197 by Chef Expeditorv16.0.197
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 d871f903ce..51394c408c 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.196".freeze
+ VERSION = "16.0.197".freeze
end