This commit is contained in:
ed 2021-10-09 22:29:23 +02:00
parent d865e9f35a
commit f888bed1a6
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 0, 8)
VERSION = (1, 0, 9)
CODENAME = "sufficient"
BUILD_DT = (2021, 10, 4)
BUILD_DT = (2021, 10, 9)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -9,7 +9,7 @@ import subprocess as sp
to edit this file, use HxD or "vim -b"
(there is compressed stuff at the end)
run me with any version of python, i will unpack and run copyparty
run me with python 2.7 or 3.3+ to unpack and run copyparty
there's zero binaries! just plaintext python scripts all the way down
so you can easily unpack the archive and inspect it for shady stuff