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
+1 -1
View File
@@ -18,7 +18,7 @@ import (
// CurrentVersion is the product/semver used for update eligibility (feed "version").
// Keep major.minor.patch only — no build suffix here.
const CurrentVersion = "2.9.0"
const CurrentVersion = "3.8.2"
// BuildNumber is the monotonic build within CurrentVersion (Windows FileVersion 4th part,
// macOS CFBundleVersion suffix, Android versionCode low digits). Bump on every release build.