From b5675a6f1b52cae8feb20905ccb66ddc1b8cb98a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 17 Sep 2023 11:51:47 +1000 Subject: [PATCH] Bump version to 23.10 A stable release before October is unlikely at this point --- .version | 2 +- proto/anki/notetypes.proto | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.version b/.version index bbf80af94..a4e45fe4a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -23.09 +23.10 diff --git a/proto/anki/notetypes.proto b/proto/anki/notetypes.proto index a40c75b07..60c1f5eb1 100644 --- a/proto/anki/notetypes.proto +++ b/proto/anki/notetypes.proto @@ -70,7 +70,7 @@ message Notetype { repeated CardRequirement reqs = 8; // Only set on notetypes created with Anki 2.1.62+. StockNotetype.OriginalStockKind original_stock_kind = 9; - // the id in the source collection for imported notetypes (Anki 23.09) + // the id in the source collection for imported notetypes (Anki 23.10) optional int64 original_id = 10; bytes other = 255; @@ -85,7 +85,7 @@ message Notetype { bool plain_text = 6; bool collapsed = 7; bool exclude_from_search = 8; - // used for merging notetypes on import (Anki 23.09) + // used for merging notetypes on import (Anki 23.10) optional int64 id = 9; bytes other = 255; @@ -103,7 +103,7 @@ message Notetype { int64 target_deck_id = 5; string browser_font_name = 6; uint32 browser_font_size = 7; - // used for merging notetypes on import (Anki 23.09) + // used for merging notetypes on import (Anki 23.10) optional int64 id = 8; bytes other = 255;