Skip to content

Commit 3639dda

Browse files
committed
Bump version to v1.6.1
1 parent 3481236 commit 3639dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
// GitHubApiURL GitHub API 版本检查 URL
2121
GitHubApiURL = "https://api.github.com/repos/MeidoPromotionAssociation/COM3D2_MOD_EDITOR/releases/latest"
2222
// CurrentVersion 当前应用版本
23-
CurrentVersion = "v1.6.0"
23+
CurrentVersion = "v1.6.1"
2424
)
2525

2626
// App struct

0 commit comments

Comments
 (0)