summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-01 10:54:01 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-01 10:54:01 +0000
commit71c6b79ea31265f124abeaedf983f954441e256d (patch)
tree9cdb7161850696f4fde24946d53e99174c08b7f6 /lib/chef/version.rb
parent5f695243b8ef38e56ad4f9ebb0952cb231dbd103 (diff)
downloadchef-71c6b79ea31265f124abeaedf983f954441e256d.tar.gz
Bump version to 13.4.9 by Chef Expeditorv13.4.9
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 c7ea6681c4..500c7a68c8 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.8")
+ VERSION = Chef::VersionString.new("13.4.9")
end
#