diff --git a/package.json b/package.json
index 36377988de53a9f489a0044e8fcfbb4b6c2cf501..aa8b89da6fd3ede62065b1f7b9e13efa8a5fdc3c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "clash-verge",
-  "version": "1.2.2",
+  "version": "1.2.3",
   "license": "GPL-3.0",
   "scripts": {
     "dev": "tauri dev",
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index ada9df889caf9fd6438b0398b5d4c6a9b3ac6d76..32b456d105690377c8c7626ba497c762e1e2c651 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
 {
   "package": {
     "productName": "Clash Verge",
-    "version": "1.2.2"
+    "version": "1.2.3"
   },
   "build": {
     "distDir": "../dist",