diff --git a/main.go b/main.go index 3886aed..cfd2b7d 100644 --- a/main.go +++ b/main.go @@ -4,6 +4,7 @@ import ( "fmt" "io" "os" + "runtime" "sync" "github.com/ben-ha/jcp/logic" @@ -45,6 +46,7 @@ func StartUI(prog *tea.Program, uiComplete *sync.WaitGroup) { func main() { if len(os.Args) != 3 { + fmt.Printf("Jcp %s\n", runtime.Version()) fmt.Printf("Usage: %v \n", os.Args[0]) return }