summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-16 08:35:53 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-16 08:35:53 +0000
commit8925a4703861538e645a462ef7bf0111aa13a083 (patch)
treedd47e8c751dc16e96cf3772290cfaf827d493eef /lib/chef/version.rb
parentab0b4d5bbddc916f347911fea5d7de5459e83e96 (diff)
downloadchef-8925a4703861538e645a462ef7bf0111aa13a083.tar.gz
Bump version to 14.6.29 by Chef Expeditorv14.6.29
Obvious fix; these changes are the result of automation not creative thinking.
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 29c27bc499..1045adcb7e 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("14.6.28")
+ VERSION = Chef::VersionString.new("14.6.29")
end
#