diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-08 23:48:33 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-08 23:48:33 +0000 |
commit | 7558c414030d082194d0d2b5f74279ce151517e9 (patch) | |
tree | 3eb46b8fbb35cddadf79767cb06a51f63154f605 /lib | |
parent | cfdd8523b66c92d988547269380319ac250b3ee9 (diff) | |
download | chef-7558c414030d082194d0d2b5f74279ce151517e9.tar.gz |
Bump version to 15.1.45 by Chef Expeditorv15.1.45
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 8af83be9b0..12e673b5a9 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.44") + VERSION = Chef::VersionString.new("15.1.45") end # |