summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-28 04:37:56 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-28 04:37:56 +0000
commit83acd8b256645efc86d87b4dee41c0ee192946d3 (patch)
tree1fe8a83c95c9310821aea62df90279709fa85008 /chef-config
parent5cf8be51a26e89a07aa962db4b35f319b23c6fe7 (diff)
downloadchef-83acd8b256645efc86d87b4dee41c0ee192946d3.tar.gz
Bump version to 15.4.50 by Chef Expeditorv15.4.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 aa0d605e0b..4dba6693f8 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.4.49".freeze
+ VERSION = "15.4.50".freeze
end
#