Skip to content

Commit

Permalink
Version 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Mar 31, 2023
1 parent 156dd9e commit 7feddbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/kangas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# All rights reserved #
######################################################

version_info = (2, 2, 4)
version_info = (2, 2, 5)
__version__ = ".".join(map(str, version_info))

0 comments on commit 7feddbd

Please sign in to comment.