summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-02 18:47:41 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-02 18:47:41 +0000
commit19ea1bd1e6f01d28b29d3cccbfb7388ea5aff030 (patch)
treea2c40758ae3e0dd9887bd70eaacea941faf9033e /lib/chef/version.rb
parentc70b98449da931c866863645e1706ae04e49ee0a (diff)
downloadchef-19ea1bd1e6f01d28b29d3cccbfb7388ea5aff030.tar.gz
Bump version to 13.7.1 by Expeditorv13.7.1
Diffstat (limited to 'lib/chef/version.rb')
-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 b17633be1f..206b9d322a 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.7.0")
+ VERSION = Chef::VersionString.new("13.7.1")
end
#