Release 3.8.2+1: bump Windows product version to 3.8.2.1.

Align update.go, versioninfo, UI badge, Android/MSIX, and update feeds; rebuild Windows binaries and SHA256.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-08-01 15:36:13 +03:00
co-authored by Cursor
parent d42202a1cf
commit 92cf707597
12 changed files with 151 additions and 151 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
minSdk = 26
targetSdk = 35
// versionCode = major*1_000_000 + minor*10_000 + patch*100 + build
versionCode = 2_090_001
versionName = "2.9.0+1"
versionCode = 3_080_201
versionName = "3.8.2+1"
vectorDrawables.useSupportLibrary = true
ndk {
abiFilters += listOf("arm64-v8a", "armeabi-v7a", "x86_64")