diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-20 17:16:33 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-20 17:16:33 +0000 |
commit | c8168aece5d38dd83cf88055d2e936cb3173e856 (patch) | |
tree | f0f1e53c7168818b470423464a1eafe07b5fb0ee /chef-config | |
parent | fa41ed1cb51c2a08d162514bb0fe85dd66b4f96e (diff) | |
download | chef-c8168aece5d38dd83cf88055d2e936cb3173e856.tar.gz |
Bump version to 15.1.19 by Chef Expeditorv15.1.19
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 49aa49b176..2dcc6d96fc 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.1.18".freeze + VERSION = "15.1.19".freeze end # |