Initial commit
This commit is contained in:
6
internal/version/package.go
Normal file
6
internal/version/package.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package version
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed version.txt
|
||||
var Version string
|
||||
1
internal/version/version.txt
Normal file
1
internal/version/version.txt
Normal file
@@ -0,0 +1 @@
|
||||
unknown
|
||||
Reference in New Issue
Block a user