workflow-sample-go/pkg/util/util.go

8 lines
75 B
Go
Raw Permalink Normal View History

2025-06-17 15:45:03 +10:00
package util
2025-06-17 16:04:37 +10:00
import "fmt"
2025-06-17 15:45:03 +10:00
func PrintVersion() {
fmt.Println("v4.2.0")
}