mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
version
This commit is contained in:
parent
c63f7c9e48
commit
5df6847f7d
@ -8,9 +8,13 @@ import (
|
|||||||
"path/filepath"
|
"path/filepath"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
||||||
|
_ "embed"
|
||||||
"gopkg.in/yaml.v3"
|
"gopkg.in/yaml.v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
//go:embed version
|
||||||
|
var Version string
|
||||||
|
|
||||||
var (
|
var (
|
||||||
_, b, _, _ = runtime.Caller(0)
|
_, b, _, _ = runtime.Caller(0)
|
||||||
// Root folder of this project
|
// Root folder of this project
|
||||||
|
1
pkg/common/config/version
Normal file
1
pkg/common/config/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
v3.0.0
|
Loading…
x
Reference in New Issue
Block a user