This commit is contained in:
ed 2021-06-19 01:32:17 +02:00
parent 372b949622
commit 264b497681

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 11, 18)
VERSION = (0, 11, 19)
CODENAME = "the grid"
BUILD_DT = (2021, 6, 18)
BUILD_DT = (2021, 6, 19)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)