Skip to content

Commit

Permalink
chore: bump recommended version
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Jan 18, 2024
1 parent 066e4bf commit 6710ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anki_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# We only want to include major and minor here, not patch version
# We do not really care about the patch version
# We trust that Anki will not break anything in a patch version *fingers crossed*
new_recommended_version_tuple = (23, 10)
new_recommended_version_tuple = (23, 12)

new_recommended_version = ".".join(str(x) for x in new_recommended_version_tuple)

Expand Down

0 comments on commit 6710ff7

Please sign in to comment.