diff --git a/meta/version b/meta/version index a62db960133..6156c348eec 100644 --- a/meta/version +++ b/meta/version @@ -1 +1 @@ -2.1.22 +2.1.23 diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index e956fd2d391..b12b015dfe0 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anki" -version = "2.1.22" # automatically updated +version = "2.1.23" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"] license = "AGPL-3.0-or-later" diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index 11cd4f41e4b..a11430e5454 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ankirspy" -version = "2.1.22" # automatically updated +version = "2.1.23" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"]