We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d6363 commit 726dfc4Copy full SHA for 726dfc4
app/desktop/book.go
@@ -21,7 +21,7 @@ import (
21
//go:embed content
22
var Book embed.FS
23
24
-const VERSION = "6.1.3"
+const VERSION = "6.1.4"
25
26
func main() {
27
port := flag.Int64("port", 8080, "port for listen and serve example 8080")
0 commit comments