Skip to content

Commit

Permalink
Update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 28, 2021
1 parent 2802b57 commit 0f66ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quodlibet/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class MinVersions:
GSTREAMER = Version("GStreamer", 1, 8)


VERSION_TUPLE = Version("", 4, 4, -1)
VERSION_TUPLE = Version("", 4, 4, 0)
VERSION = str(VERSION_TUPLE)

# entry point for the user guide / wiki
Expand Down

0 comments on commit 0f66ba2

Please sign in to comment.