update dependencies

This commit is contained in:
lapwat
2022-07-27 13:27:30 +02:00
parent 2683e8266e
commit 97e7d7a5bb
4 changed files with 53 additions and 15 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.4")
fmt.Println("papeer v0.5.5")
},
}