chore: rename version to 3.9.0-1 for MSI compatibility

MSI installer requires numeric-only pre-release identifiers.
Changed from 3.9.0-beta.1 to 3.9.0-1.
This commit is contained in:
Jason
2025-12-18 22:02:41 +08:00
parent f42f73ebb0
commit 256903ee70
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cc-switch"
version = "3.9.0-beta.1"
version = "3.9.0-1"
description = "All-in-One Assistant for Claude Code, Codex & Gemini CLI"
authors = ["Jason Young"]
license = "MIT"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "CC Switch",
"version": "3.9.0-beta.1",
"version": "3.9.0-1",
"identifier": "com.ccswitch.desktop",
"build": {
"frontendDist": "../dist",