diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 21:45:52 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-25 21:45:52 +0000 |
commit | e25c621c6902e14654a59d62381b74eeb92f35d7 (patch) | |
tree | 15dc10c4bc3ce9545c8a666bbef85b48b2e59b87 /lib | |
parent | 553abb17f39e378ef1572ee7f7044afe5c439943 (diff) | |
download | chef-e25c621c6902e14654a59d62381b74eeb92f35d7.tar.gz |
Bump version to 15.1.29 by Chef Expeditorv15.1.29
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 9df9acddb4..87998c7b5f 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require_relative "version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("15.1.28") + VERSION = Chef::VersionString.new("15.1.29") end # |