Initial release

This commit is contained in:
世界 2022-08-26 16:33:12 +08:00
parent c5e38203eb
commit 0348ace253
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 32 additions and 20 deletions

View file

@ -1,6 +1,6 @@
package constant
var (
Version = "1.0"
Version = "1.0-beta1"
Commit = ""
)