mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
7 lines
73 B
Go
7 lines
73 B
Go
|
|
package version
|
||
|
|
|
||
|
|
import _ "embed"
|
||
|
|
|
||
|
|
//go:embed version
|
||
|
|
var Version string
|