From 8e32fff894ba1f34d88667e4d91a940f8be2e133 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Thu, 9 Nov 2023 16:32:03 +0000 Subject: [PATCH] Bump to v0.99.12 --- README.md | 2 +- cmd/syncv3/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b89cc7ea..f5944a2a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This describes which proxy versions implement which version of the API drafted in MSC3575. See https://github.com/matrix-org/sliding-sync/releases for the changes in the proxy itself. -As of v0.99.7, the proxy implements [this version of the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/71fb1a2e3780ae07e03850d96ce3bad59305986e/proposals/3575-sync.md) with the following exceptions: +As of v0.99.12, the proxy implements [this version of the MSC](https://github.com/matrix-org/matrix-spec-proposals/blob/9450ced7fb9cf5ea9077d029b3adf36aebfa8709/proposals/3575-sync.md) with the following exceptions: - the `limited` flag is not set in responses. - Delta tokens are unsupported. diff --git a/cmd/syncv3/main.go b/cmd/syncv3/main.go index 536c6e7f..9345c056 100644 --- a/cmd/syncv3/main.go +++ b/cmd/syncv3/main.go @@ -28,7 +28,7 @@ import ( var GitCommit string -const version = "0.99.11" +const version = "0.99.12" var ( flags = flag.NewFlagSet("goose", flag.ExitOnError)