summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-05 20:00:41 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-05 20:00:41 +0000
commit21155f73467969da3b36a35b146100d1a04b0cdf (patch)
treee4165c376fcb282cba23996139cd0222c8bfe275 /lib/chef
parent90b263b605387f056e0754888e44475114823102 (diff)
downloadchef-21155f73467969da3b36a35b146100d1a04b0cdf.tar.gz
Bump version to 13.7.5 by Expeditorv13.7.5
Diffstat (limited to 'lib/chef')
-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 b2781c7367..f4bd6f6e95 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.4")
+ VERSION = Chef::VersionString.new("13.7.5")
end
#