This commit is contained in:
withchao 2023-03-08 11:42:15 +08:00
parent c63f7c9e48
commit 5df6847f7d
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
v3.0.0