fix rendering issues

This commit is contained in:
√(noham)²
2025-05-29 21:55:33 +02:00
parent 99b7d16de7
commit cbf385d5ac
5 changed files with 59 additions and 19 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.8.4")
fmt.Println("papeer v0.8.5")
},
}