mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
v0.9.11
This commit is contained in:
parent
273de6db31
commit
00dfd8cfd1
|
@ -1,8 +1,8 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 9, 10)
|
||||
VERSION = (0, 9, 11)
|
||||
CODENAME = "the strongest music server"
|
||||
BUILD_DT = (2021, 3, 21)
|
||||
BUILD_DT = (2021, 3, 23)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
Loading…
Reference in a new issue