diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-01 17:31:12 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-01 17:31:13 +0000 |
commit | d8c6fc9399daaed3772c96bc05286dc71e3d9ac0 (patch) | |
tree | 0ebdb08fdd6030315bc7ee901d6ec9707f071a96 /lib | |
parent | 8cd716fe52b6ab93d8703567bb4c32707ddcfc21 (diff) | |
download | chef-d8c6fc9399daaed3772c96bc05286dc71e3d9ac0.tar.gz |
Bump version to 15.4.19 by Chef Expeditorv15.4.19
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 c4231406c6..1e6f66a20f 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.18") + VERSION = Chef::VersionString.new("15.4.19") end # |