1
0
Fork 0
mirror of https://github.com/imjasonh/version synced 2026-07-07 22:35:20 +00:00

embed main version too

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-04-08 13:23:42 -04:00
parent cc70df27de
commit 993c9c191e
Failed to extract signature
3 changed files with 25 additions and 11 deletions

11
cmd/example/main.go Normal file
View file

@ -0,0 +1,11 @@
package main
import (
"fmt"
"github.com/imjasonh/version"
)
func main() {
fmt.Println(version.Get())
}