diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-30 01:32:18 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-30 01:32:18 +0000 |
commit | 232fa2080e3ebdb6de7be427fbe74e5e27b2e2f6 (patch) | |
tree | ca31f8c1f2ed506ba3d0a8c77329f701e7f4babc /chef-config | |
parent | 700d462d3d36b9f0f8ec8074475ad4c79624a662 (diff) | |
download | chef-232fa2080e3ebdb6de7be427fbe74e5e27b2e2f6.tar.gz |
Bump version to 15.7.3 by Chef Expeditorv15.7.3
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 d0cf0470e3..a8183c6ec4 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.7.2".freeze + VERSION = "15.7.3".freeze end |