summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-20 09:07:34 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-20 09:07:34 +0000
commitf0d732cd6df9126bede1e822016c23d99d178165 (patch)
treea3182adeb263124ac2be236f4ec903c97a39d5d8 /lib
parentcb5df13de7466ec41572d15f55f557f06c8f278a (diff)
downloadchef-f0d732cd6df9126bede1e822016c23d99d178165.tar.gz
Bump version to 13.6.50 by Expeditorv13.6.50
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 cd0691ca18..fd0ced6388 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.6.49")
+ VERSION = Chef::VersionString.new("13.6.50")
end
#