hotgo/server/internal/consts/version.go

13 lines
285 B
Go
Raw Normal View History

2022-11-24 23:37:34 +08:00
// Package consts
2022-02-25 17:11:17 +08:00
// @Link https://github.com/bufanyun/hotgo
// @Copyright Copyright (c) 2022 HotGo CLI
2022-11-24 23:37:34 +08:00
// @Author Ms <133814250@qq.com>
2022-02-25 17:11:17 +08:00
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
//
package consts
2022-11-24 23:37:34 +08:00
// VersionApp 应用版本
2022-02-25 17:11:17 +08:00
const (
2022-12-11 20:48:18 +08:00
VersionApp = "2.0.2"
2022-02-25 17:11:17 +08:00
)