Skip to content

Commit

Permalink
v2.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jan 1, 2025
1 parent 12b7585 commit 423b64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync/__version__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
def get_version() -> str:
return "2.9.8"
return "2.10.8"


def get_version_code() -> int:
return 289
return 290


__all__ = [
Expand Down

0 comments on commit 423b64f

Please sign in to comment.