diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-03 18:59:39 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-03 18:59:39 +0000 |
commit | b39a07d8329d4805edc1eb2e765e98ed88e6be41 (patch) | |
tree | 194679547ddd2044f8c10a0893cfb6d93847df68 /chef-bin | |
parent | 68265b01ab05f5dc0c0a5006091ec7a4474463a0 (diff) | |
download | chef-b39a07d8329d4805edc1eb2e765e98ed88e6be41.tar.gz |
Bump version to 15.9.17 by Chef Expeditorv15.9.17
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 0f13fa6c5f..ab192d2356 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.9.16".freeze + VERSION = "15.9.17".freeze end # |