mirror of https://github.com/9001/r0c.git
v1.3.0
This commit is contained in:
parent
61cf76bf63
commit
223229b01d
|
@ -1,5 +1,5 @@
|
|||
VERSION = (1, 2, 0)
|
||||
BUILD_DT = (2021, 9, 24)
|
||||
VERSION = (1, 3, 0)
|
||||
BUILD_DT = (2022, 4, 3)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
Loading…
Reference in New Issue