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