diff --git a/cmd/root.go b/cmd/root.go index 593b75a36aa..254c5b41537 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -21,8 +21,6 @@ import ( "runtime" "strings" - "time" - "github.com/ory/hydra/cmd/cli" "github.com/ory/hydra/config" "github.com/ory/hydra/oauth2" @@ -34,7 +32,7 @@ var cfgFile string var ( Version = "dev-master" - BuildTime = time.Now().UTC().String() + BuildTime = "undefined" GitHash = "undefined" )