[get] json format

This commit is contained in:
lapwat
2023-10-01 16:00:27 +02:00
parent 29935be2c3
commit 2cbcf17cc2
5 changed files with 29 additions and 5 deletions

View File

@@ -14,6 +14,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of papeer",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("papeer v0.7.1")
fmt.Println("papeer v0.8.0")
},
}