Skip to content

Commit 726dfc4

Browse files
committed
fix: update desktop version
1 parent f0d6363 commit 726dfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/desktop/book.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
//go:embed content
2222
var Book embed.FS
2323

24-
const VERSION = "6.1.3"
24+
const VERSION = "6.1.4"
2525

2626
func main() {
2727
port := flag.Int64("port", 8080, "port for listen and serve example 8080")

0 commit comments

Comments
 (0)