diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-20 17:26:03 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-20 17:26:03 +0000 |
commit | 8d50c9a18183c005dcb83660c8d65fc908bc495e (patch) | |
tree | 2d8ce4544e106a51a3a86d8416cf5bada40fe189 /chef-config/lib | |
parent | 236153f3d715b30f4b0af381bb05798154dc0574 (diff) | |
download | chef-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/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
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 |