summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-28 23:15:45 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-28 23:15:45 +0000
commit3c42edc942619b634a3f3dc7e44cf4699532f208 (patch)
treea55d5119fe44a68b9a5bed21032037f3ca4f1534 /lib/chef/version.rb
parentd87ab147033825a435fbaa3a631d44eef12480a8 (diff)
downloadchef-3c42edc942619b634a3f3dc7e44cf4699532f208.tar.gz
Bump version to 13.4.5 by Chef Expeditorv13.4.5
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 32ea0bc105..0045ece06b 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.4.4")
+ VERSION = Chef::VersionString.new("13.4.5")
end
#