Skip to content

Commit

Permalink
Bump version to 22.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Nov 23, 2022
1 parent 931c220 commit 5a50256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timetagger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Timetagger - Tag your time, get the insight.
"""

__version__ = "22.11.1"
__version__ = "22.11.2"

version_info = tuple(map(int, __version__.split(".")))

Expand Down

0 comments on commit 5a50256

Please sign in to comment.