feat: Add version output
This commit is contained in:
parent
ee45d29e6f
commit
55bfb36522
5 changed files with 27 additions and 7 deletions
4
internal/version/version.go
Normal file
4
internal/version/version.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package version
|
||||
|
||||
// This is automatically set in CI using -ldflags="-X github.com/HikariKnight/quickpassthrough/internal/version.Version=${TAG}" as a build argument
|
||||
var Version string
|
Loading…
Add table
Add a link
Reference in a new issue