Skip to content

Commit

Permalink
chore: add version 6.0.0 desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Jan 7, 2024
1 parent eeed6b4 commit 2158451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/desktop/book.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
//go:embed content
var Book embed.FS

const VERSION = "5.2.1"
const VERSION = "6.0.0"

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

0 comments on commit 2158451

Please sign in to comment.