This commit is contained in:
ed 2022-03-24 02:35:53 +01:00
parent 87994fe006
commit 96ceccd12a

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 2, 2)
VERSION = (1, 2, 3)
CODENAME = "ftp btw"
BUILD_DT = (2022, 3, 20)
BUILD_DT = (2022, 3, 24)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)