diff --git a/cmd/root.go b/cmd/root.go index 6163bd4..b77b5ff 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -12,7 +12,7 @@ import ( ) const ( - ReleaseVersion string = "1.0.0" + ReleaseVersion string = "1.0.1" ) var ( diff --git a/cmd/web.go b/cmd/web.go index b2706b5..2d430f5 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -443,7 +443,7 @@ func ServePage(args []string) error { listenHost := net.JoinHostPort(Bind, strconv.Itoa(Port)) if Verbose { - fmt.Printf("%s | SERVE: Listening on %s...\n", + fmt.Printf("%s | SERVE: Listening on %s\n", time.Now().Format(logDate), listenHost, )