diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-08-15 17:56:25 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-08-15 17:56:25 +0000 |
commit | 1ac98e9fd013496e131ec98201e05f675e444374 (patch) | |
tree | 282f0d9e16570316bb84e8dee3190545094ef836 /lib | |
parent | 1fb190107df40a5f0ded9d37f5c79447d158bf5a (diff) | |
download | chef-1ac98e9fd013496e131ec98201e05f675e444374.tar.gz |
Bump version to 15.2.25 by Chef Expeditorv15.2.25
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 7d20e4886f..d1132ea3aa 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.2.24") + VERSION = Chef::VersionString.new("15.2.25") end # |