Skip to content
Snippets Groups Projects
Unverified Commit 8ada2266 authored by Morgan Bazalgette's avatar Morgan Bazalgette
Browse files

Display CheeseGull version on normal execution

parent 28e1f8a9
No related merge requests found
......@@ -34,6 +34,8 @@ func addTimeParsing(dsn string) string {
func main() {
kingpin.Parse()
fmt.Println("Cheesegull", Version)
// set up osuapi client
c := osuapi.NewClient(*osuAPIKey)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment