Remove build date from binary
This commit is contained in:
parent
b4cdb75d15
commit
021e3e307b
4 changed files with 2 additions and 6 deletions
|
|
@ -31,6 +31,5 @@ var versionCmd = &cobra.Command{
|
|||
Short: "Print the version number of Vikunja",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
fmt.Printf("Vikunja api version %s\n", version.Version)
|
||||
fmt.Printf("Built at %s\n", version.BuildTime)
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue