add proxy feature, update readme

This commit is contained in:
lapwat
2023-03-07 22:44:16 +01:00
parent 21d17274ce
commit 6e55e9a994
7 changed files with 333 additions and 235 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.3")
fmt.Println("papeer v0.7.0")
},
}