diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-31 20:25:35 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-31 20:25:35 +0000 |
commit | 765b0c794eb5a0ee56ee0606625976edaf24ddf6 (patch) | |
tree | 947b810f503a5d26133e4c3e2f9a47fb4f8c96ac /chef-config | |
parent | 50a39bacf30dc492b0fdc3ea55d1ed263cc35590 (diff) | |
download | chef-765b0c794eb5a0ee56ee0606625976edaf24ddf6.tar.gz |
Bump version to 15.9.4 by Chef Expeditorv15.9.4
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 f8f6678ff3..fd2904725f 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.9.3".freeze + VERSION = "15.9.4".freeze end |