This commit is contained in:
maze.y2b@gmail.com
2021-12-03 20:38:40 +08:00
parent 5c53243e81
commit edf1bb476d
6 changed files with 77 additions and 61 deletions

View File

@ -1,6 +1,7 @@
package constant
var (
Version = "1.8.0 - Meta"
Meta = true
Version = "1.8.0"
BuildTime = "unknown time"
)