summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 0e2fd5df3e..541dd989c2 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.4.49")
+ VERSION = Chef::VersionString.new("15.4.50")
end
#