diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-31 20:39:51 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-31 20:39:52 +0000 |
commit | e4463afd9d1313928f06240baf3488f1475e369c (patch) | |
tree | 6a66a1b6466682a5747721789125c8a26c244960 /chef-bin/lib | |
parent | 006f18781ad5ec7cb1b36df020e37564fac5812c (diff) | |
download | chef-e4463afd9d1313928f06240baf3488f1475e369c.tar.gz |
Bump version to 15.9.5 by Chef Expeditorv15.9.5
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 b5b250e29d..85b8387399 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.4".freeze + VERSION = "15.9.5".freeze end # |