bump version

This commit is contained in:
lapwat
2022-03-13 14:29:00 +01:00
parent 4d6171544d
commit 91d126a667
2 changed files with 3 additions and 3 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.1")
fmt.Println("papeer v0.5.2")
},
}