mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-08 00:02:49 +01:00
Release catalyst
This commit is contained in:
13
version.go
Normal file
13
version.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package catalyst
|
||||
|
||||
import (
|
||||
_ "embed"
|
||||
"strings"
|
||||
)
|
||||
|
||||
//go:embed VERSION
|
||||
var VERSION string
|
||||
|
||||
func GetVersion() string {
|
||||
return strings.TrimSpace(VERSION)
|
||||
}
|
||||
Reference in New Issue
Block a user