removed the v prefix from the version command
This commit is contained in:
parent
0c14f32822
commit
ed741662b2
|
@ -15,7 +15,7 @@ func NewVersionCommand(app core.App, version string) *cobra.Command {
|
||||||
Use: "version",
|
Use: "version",
|
||||||
Short: "Prints the current PocketBase app version",
|
Short: "Prints the current PocketBase app version",
|
||||||
Run: func(command *cobra.Command, args []string) {
|
Run: func(command *cobra.Command, args []string) {
|
||||||
fmt.Printf("PocketBase v%s\n", version)
|
fmt.Printf("PocketBase %s\n", version)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue