summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-05 18:52:35 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-05 18:52:35 +0000
commita0645dad0441213cb1873832fc0bc5ad67dfff81 (patch)
tree829391b605bc1f2a9b6a72921db704f8a08815d7 /chef-config
parentb9767056a7bad2567f49e14e10ee3e7de04caad5 (diff)
downloadchef-a0645dad0441213cb1873832fc0bc5ad67dfff81.tar.gz
Bump version to 16.0.50 by Chef Expeditorv16.0.50
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 169f3bc475..89c67eb006 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.49".freeze
+ VERSION = "16.0.50".freeze
end