handle RSS feed

This commit is contained in:
lapwat
2022-03-02 19:13:43 +01:00
parent be69854b17
commit 13c9138d01
6 changed files with 103 additions and 52 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.4.2")
fmt.Println("papeer v0.5.0")
},
}