ls command prints title

This commit is contained in:
lapwat
2022-03-13 11:52:29 +01:00
parent 13c9138d01
commit 53d0dd1360
3 changed files with 10 additions and 9 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.5.0")
fmt.Println("papeer v0.5.1")
},
}