This commit is contained in:
ed 2021-06-07 20:22:10 +02:00
parent bd8c7e538a
commit b28533f850

View file

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