fix: selector depth

This commit is contained in:
lapwat
2022-02-06 23:35:35 +01:00
parent be45a8f744
commit d8a3cc027f
3 changed files with 10 additions and 4 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.0")
fmt.Println("papeer v0.4.1")
},
}