summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-18 10:38:22 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-18 10:38:22 +0000
commitd23f6833cca99debb075bca567faba0e204f0ead (patch)
tree734eb7680162d21d3132e668dff9f1e405287287 /lib/chef/version.rb
parent80e363168ff701170e42488457d3d0f201875a0f (diff)
downloadchef-d23f6833cca99debb075bca567faba0e204f0ead.tar.gz
Bump version to 13.4.29 by Chef Expeditorv13.4.29
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 06233c397d..defbc5c382 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.28")
+ VERSION = Chef::VersionString.new("13.4.29")
end
#