Bump version to 23.10

A stable release before October is unlikely at this point
This commit is contained in:
Damien Elmes 2023-09-17 11:51:47 +10:00
parent 25d5e56397
commit 812f5bc8be
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
23.09
23.10

View File

@ -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;