summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-07 04:09:08 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-07 04:09:11 +0000
commitd5a29825f0ec88f78628899fed414f9faa408d3c (patch)
tree1e12027dbb8a5087d76d616ef9eb72bc59dc671d /chef-config
parent8626974ccdcc279d246c0d4ce4e8ca2ee6c45551 (diff)
downloadchef-d5a29825f0ec88f78628899fed414f9faa408d3c.tar.gz
Bump version to 17.0.136 by Chef Expeditorv17.0.136
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 399e0b2387..9bcad53a28 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.135".freeze
+ VERSION = "17.0.136".freeze
end