mirror of https://github.com/9001/r0c.git
v1.5.2
This commit is contained in:
parent
79d2d45867
commit
e33ceaab4e
|
@ -1,5 +1,5 @@
|
|||
VERSION = (1, 5, 1)
|
||||
BUILD_DT = (2023, 9, 19)
|
||||
VERSION = (1, 5, 2)
|
||||
BUILD_DT = (2023, 10, 10)
|
||||
|
||||
S_VERSION = u".".join(map(str, VERSION))
|
||||
S_BUILD_DT = u"{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
Loading…
Reference in New Issue