stdout: remove file after use

This commit is contained in:
q
2025-03-06 18:26:14 +01:00
parent 32168718c9
commit 99b7d16de7
2 changed files with 7 additions and 1 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.3")
fmt.Println("papeer v0.8.4")
},
}