[list] print absolute url in json output

This commit is contained in:
lapwat
2023-02-18 00:01:48 +01:00
parent efcc45316b
commit 8fd0a12620
4 changed files with 15 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.6.1")
fmt.Println("papeer v0.6.2")
},
}