diff --git a/bucket/vector.json b/bucket/vector.json index bf83337019..be891249e6 100644 --- a/bucket/vector.json +++ b/bucket/vector.json @@ -1,12 +1,12 @@ { - "version": "0.10.0", + "version": "0.11.0", "description": "Collect, transform, & route all observability data.", "homepage": "https://vector.dev", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/timberio/vector/releases/download/v0.10.0/vector-x86_64-pc-windows-msvc.zip", - "hash": "f2f0a2cae64b324cb46002f29d04e5620623218315ce658499a86ae2c7540551" + "url": "https://github.com/timberio/vector/releases/download/v0.11.0/vector-0.11.0-x86_64-pc-windows-msvc.zip", + "hash": "83c155dcff40bef1e37bf79b510582fc3766f592fa3c5a42dcb2a8a0dd541739" } }, "bin": "bin\\vector.exe", @@ -17,7 +17,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/timberio/vector/releases/download/v$version/vector-x86_64-pc-windows-msvc.zip" + "url": "https://github.com/timberio/vector/releases/download/v$version/vector-$version-x86_64-pc-windows-msvc.zip" } } }