summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-20 09:15:00 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-20 09:15:00 +0000
commitc908db8ed1e3989e9fb81d22fda206839975a0f6 (patch)
treeffce26e7e3c275346a1e0c04162d230d4e3d138b /lib
parentfbfb8abd0a0a70c54a5311215d214e8842b332dd (diff)
downloadchef-c908db8ed1e3989e9fb81d22fda206839975a0f6.tar.gz
Bump version to 13.6.51 by Expeditorv13.6.51
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 fd0ced6388..fc9dbfd0ea 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.50")
+ VERSION = Chef::VersionString.new("13.6.51")
end
#