mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
change version to 0.0.1 to test packaging
This commit is contained in:
parent
b21eb914c9
commit
163f482fd1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from .docker_installer import (
|
||||||
DockerInstaller,
|
DockerInstaller,
|
||||||
)
|
)
|
||||||
|
|
||||||
dangerzone_version = "0.1.0"
|
dangerzone_version = "0.0.1"
|
||||||
|
|
||||||
|
|
||||||
class Application(QtWidgets.QApplication):
|
class Application(QtWidgets.QApplication):
|
||||||
|
|
Loading…
Reference in a new issue