diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-21 17:54:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-21 17:54:16 +0000 |
commit | d5d005f843d767cbb8cac81226c10b96f956e2d0 (patch) | |
tree | 91855ff33d016687b6d3e0e3a7aa876c1ec813b8 /chef-bin/lib | |
parent | 8c969d73657deeb2f00790c10b9553bce9a20e98 (diff) | |
download | chef-d5d005f843d767cbb8cac81226c10b96f956e2d0.tar.gz |
Bump version to 16.5.3 by Chef Expeditorv16.5.3
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 ca7b84938c..efc4e120fb 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.5.2".freeze + VERSION = "16.5.3".freeze end # |