summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-08 00:07:59 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-08 00:07:59 +0000
commit1a92417c57c434da384b7bd79c7f663ee6d4c5f1 (patch)
tree951b5938b338674a9991d09ce32f844be358d253 /chef-config
parentf36dc8f1ba6739a3146e25fabd3ec098de55a0e7 (diff)
downloadchef-1a92417c57c434da384b7bd79c7f663ee6d4c5f1.tar.gz
Bump version to 17.0.196 by Chef Expeditorv17.0.196
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 93ad3f9c95..02fca06ffe 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 = "17.0.195".freeze
+ VERSION = "17.0.196".freeze
end