We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b031713 + 89c7533 commit ae6489fCopy full SHA for ae6489f
main.py
@@ -19,7 +19,7 @@
19
# of gpodder-core, but we might have a different release schedule later on. If
20
# we decide to have parallel releases, we can at least start using this version
21
# to check if the core version is compatible with the QML UI version.
22
-__version__ = '4.6.0'
+__version__ = '4.8.0'
23
24
import sys
25
import os
makefile
@@ -1,5 +1,5 @@
1
PROJECT := gpodder-ui-qml
2
-VERSION := 4.6.0
+VERSION := 4.8.0
3
4
all:
5
@echo ""
0 commit comments