summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-08 15:43:45 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-08 15:43:45 +0000
commit8b7e30a57a726539dfc0e493913eee464597b8fd (patch)
treefa24afe6774eafd2201153687d8707bc3bd47ac4 /chef-config/lib
parentf098b28dcf6978c90c6cd5c08e25576e29d72a92 (diff)
downloadchef-8b7e30a57a726539dfc0e493913eee464597b8fd.tar.gz
Bump version to 16.0.194 by Chef Expeditorv16.0.194
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 a7fc354b79..c1c6ab7f44 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.193".freeze
+ VERSION = "16.0.194".freeze
end