summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-20 17:26:03 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-20 17:26:03 +0000
commit8d50c9a18183c005dcb83660c8d65fc908bc495e (patch)
tree2d8ce4544e106a51a3a86d8416cf5bada40fe189 /chef-config
parent236153f3d715b30f4b0af381bb05798154dc0574 (diff)
downloadchef-8d50c9a18183c005dcb83660c8d65fc908bc495e.tar.gz
Bump version to 16.0.150 by Chef Expeditorv16.0.150
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 2bbb58ff55..ad6652bc7a 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.149".freeze
+ VERSION = "16.0.150".freeze
end