Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 17, 2018
1 parent fdcc8f3 commit dc9cbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quodlibet/quodlibet/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class MinVersions(object):
GSTREAMER = Version("GStreamer", 1, 8)


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

# entry point for the user guide / wiki
Expand Down

0 comments on commit dc9cbf5

Please sign in to comment.