diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-05 20:00:41 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-05 20:00:41 +0000 |
commit | 21155f73467969da3b36a35b146100d1a04b0cdf (patch) | |
tree | e4165c376fcb282cba23996139cd0222c8bfe275 /lib/chef | |
parent | 90b263b605387f056e0754888e44475114823102 (diff) | |
download | chef-21155f73467969da3b36a35b146100d1a04b0cdf.tar.gz |
Bump version to 13.7.5 by Expeditorv13.7.5
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/version.rb | 2 |
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 # |