summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-14 01:05:05 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-14 01:05:05 +0000
commitded87769cc03ce4d6b904205b9213506ca0d5deb (patch)
tree4d5821040bb05d7b57ac850bb153ba3f7d66327c /chef-config/lib/chef-config
parent9dd873a1c567e7adcc81e9cd8825820d520fe052 (diff)
downloadchef-ded87769cc03ce4d6b904205b9213506ca0d5deb.tar.gz
Bump version to 16.0.301 by Chef Expeditorv16.0.301
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 a1ade9f94e..a7e8eeae33 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.300".freeze
+ VERSION = "16.0.301".freeze
end