summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-03 17:32:24 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-03 17:32:24 +0000
commitc6433605bae0a9f52c843ca8cb97e64b2bcf5f0a (patch)
treed6450e28cdfc634ada5820a3698172b2f1e28152 /lib
parent7bdb7a24519840b08b1086c68f3c5eed84f9a3e2 (diff)
downloadchef-c6433605bae0a9f52c843ca8cb97e64b2bcf5f0a.tar.gz
Bump version to 13.7.4 by Expeditorv13.7.4
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 759b647376..b2781c7367 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.3")
+ VERSION = Chef::VersionString.new("13.7.4")
end
#