mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-04 03:13:15 +08:00
7 lines
73 B
Go
7 lines
73 B
Go
package version
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed version
|
|
var Version string
|