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 3481236 commit 3639ddaCopy full SHA for 3639dda
1 file changed
app.go
@@ -20,7 +20,7 @@ const (
20
// GitHubApiURL GitHub API 版本检查 URL
21
GitHubApiURL = "https://api.github.com/repos/MeidoPromotionAssociation/COM3D2_MOD_EDITOR/releases/latest"
22
// CurrentVersion 当前应用版本
23
- CurrentVersion = "v1.6.0"
+ CurrentVersion = "v1.6.1"
24
)
25
26
// App struct
0 commit comments