mirror of
https://github.com/9001/copyparty.git
synced 2026-01-03 18:15:46 +10:00
v0.11.15
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 11, 14)
|
||||
VERSION = (0, 11, 15)
|
||||
CODENAME = "the grid"
|
||||
BUILD_DT = (2021, 6, 14)
|
||||
BUILD_DT = (2021, 6, 15)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
||||
Reference in New Issue
Block a user