diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-01 19:37:26 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-01 19:37:26 +0000 |
commit | 8a153f06cd1e0e3a52232d957ef6868c6efc7b0b (patch) | |
tree | cd7cd6c662c8051cc8a163f0fcf0e71cb43394ff /lib | |
parent | e065b3acf2ffb4d71a40492c7a1b4cee88413802 (diff) | |
download | chef-8a153f06cd1e0e3a52232d957ef6868c6efc7b0b.tar.gz |
Bump version to 15.4.22 by Chef Expeditorv15.4.22
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 57612f4851..c0dd85a6ab 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.4.21") + VERSION = Chef::VersionString.new("15.4.22") end # |