add table of content to ebooks

This commit is contained in:
lapwat
2023-04-24 19:10:31 +02:00
parent 6e55e9a994
commit a6ba42f3e1
3 changed files with 18 additions and 2 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.7.0")
fmt.Println("papeer v0.7.1")
},
}