add pub date to chapter skeleton

This commit is contained in:
lapwat
2023-10-01 22:07:38 +02:00
parent 2cbcf17cc2
commit 4521497d12
3 changed files with 12 additions and 9 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.0")
fmt.Println("papeer v0.8.1")
},
}