mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-30 23:33:06 +08:00
7 lines
73 B
Go
7 lines
73 B
Go
|
|
package version
|
||
|
|
|
||
|
|
import _ "embed"
|
||
|
|
|
||
|
|
//go:embed version
|
||
|
|
var Version string
|