mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-22 18:37:41 +00:00
13 lines
160 B
Go
13 lines
160 B
Go
/*
|
|
* @desc:版本号
|
|
* @company:云南奇讯科技有限公司
|
|
* @Author: yixiaohu
|
|
* @Date: 2022/3/11 11:24
|
|
*/
|
|
|
|
package consts
|
|
|
|
const (
|
|
Version = "3.0.0"
|
|
)
|