diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-30 20:05:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-30 20:05:39 +0000 |
commit | 0d11f808d92e187ad2e2c9d48dd046d679d0b162 (patch) | |
tree | 02e7728cdf3a6f7309a88d9ebce26d3bdd0dbbce /chef-bin | |
parent | 020801f09b53bd94d80c9d20a7739d4c6c49d3cb (diff) | |
download | chef-0d11f808d92e187ad2e2c9d48dd046d679d0b162.tar.gz |
Bump version to 16.9.5 by Chef Expeditorv16.9.5
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 71e4e50ba8..cedb4e18dc 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("..", __dir__) - VERSION = "16.9.4".freeze + VERSION = "16.9.5".freeze end # |