This commit is contained in:
ed
2025-07-07 13:20:59 +00:00
parent f6be390579
commit a95ea03cd0
3 changed files with 39 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (1, 18, 0)
VERSION = (1, 18, 1)
CODENAME = "logtail"
BUILD_DT = (2025, 6, 22)
BUILD_DT = (2025, 7, 7)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)