Skip to content

Commit

Permalink
v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
iuroc committed Nov 12, 2024
1 parent e00b3e9 commit 697fa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
const (
HTTP_PORT = 8098 // 限定 HTTP 服务器端口
HTTP_HOST = "" // 限定 HTTP 服务器主机
VERSION = "v2.0.11" // 软件版本号,将影响托盘标题显示
VERSION = "v2.0.12" // 软件版本号,将影响托盘标题显示
)

var urlLocal = fmt.Sprintf("http://127.0.0.1:%d", HTTP_PORT)
Expand Down

0 comments on commit 697fa13

Please sign in to comment.