mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
v1.0.11
This commit is contained in:
parent
79097bb43c
commit
b69aace8d8
|
@ -1,8 +1,8 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (1, 0, 10)
|
||||
VERSION = (1, 0, 11)
|
||||
CODENAME = "sufficient"
|
||||
BUILD_DT = (2021, 10, 12)
|
||||
BUILD_DT = (2021, 10, 18)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
Loading…
Reference in a new issue