workflow-sample-go/pkg/util/util.go
j 5c404c186e
All checks were successful
Build & Release Go Project / build (push) Successful in 43s
oops
2025-06-17 16:04:37 +10:00

7 lines
75 B
Go

package util
import "fmt"
func PrintVersion() {
fmt.Println("v4.2.0")
}