diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-21 01:29:37 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-21 01:29:37 +0000 |
commit | 859571775d28eb4f2922614abe1114db1a23094e (patch) | |
tree | e338621e9c9fa906e827053b9519c9c2dbf34496 /lib/chef | |
parent | 5dcea94746f627c6c6f04777bc96099209debbd7 (diff) | |
download | chef-859571775d28eb4f2922614abe1114db1a23094e.tar.gz |
Bump version to 14.5.29 by Chef Expeditorv14.5.29
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 420f5bc53d..526159df89 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.5.28") + VERSION = Chef::VersionString.new("14.5.29") end # |