summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-02 23:55:23 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-02 23:55:23 +0000
commit33b97469bf0d1ab93392d8bd83cfb50f1a46eb4f (patch)
treefd37e19a59aa25bc94938e194f03699d468b273b /lib
parentc9caed52eeaec28b2e3bc52585dd80b8d2a71a48 (diff)
downloadchef-33b97469bf0d1ab93392d8bd83cfb50f1a46eb4f.tar.gz
Bump version to 13.7.2 by Expeditorv13.7.2
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 206b9d322a..209c877155 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.1")
+ VERSION = Chef::VersionString.new("13.7.2")
end
#