diff --git a/build.sh b/build.sh
index 82f3cb0..353d647 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh
project_name="ua3f"
-release_version="0.8.0"
+release_version="0.9.0"
target=main.go
dist=./dist
release_dir=./bin
diff --git a/ipkg/CONTROL/control b/ipkg/CONTROL/control
index c149c9b..a5b750b 100644
--- a/ipkg/CONTROL/control
+++ b/ipkg/CONTROL/control
@@ -1,5 +1,5 @@
Package: ua3f
-Version: 0.8.0-1
+Version: 0.9.0-1
Depends: luci-compat
Source: /feed/openwrt
SourceName: UA3F
diff --git a/ipkg/CONTROL/control-e b/ipkg/CONTROL/control-e
index b20d47b..07bb4d9 100644
--- a/ipkg/CONTROL/control-e
+++ b/ipkg/CONTROL/control-e
@@ -1,5 +1,5 @@
Package: ua3f
-Version: 0.8.0-1
+Version: 0.9.0-1
Depends: luci-compat
Source: /feed/openwrt
SourceName: UA3F
diff --git a/openwrt/Makefile b/openwrt/Makefile
index bb838ae..cec80e9 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=UA3F
-PKG_VERSION:=0.8.0
+PKG_VERSION:=0.9.0
PKG_RELEASE:=1
# PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/openwrt/files/luci/cbi.lua b/openwrt/files/luci/cbi.lua
index a0988c3..432bfe6 100644
--- a/openwrt/files/luci/cbi.lua
+++ b/openwrt/files/luci/cbi.lua
@@ -3,7 +3,7 @@ local uci = require("luci.model.uci").cursor()
ua3f = Map("ua3f",
"UA3F",
[[
- Version: 0.8.0
+ Version: 0.9.0
Across the Campus we can reach every corner in the world.
]]
diff --git a/src/main.go b/src/main.go
index 6e97310..092ebb5 100644
--- a/src/main.go
+++ b/src/main.go
@@ -11,7 +11,7 @@ import (
"github.com/sunbk201/ua3f/internal/server/socks5"
)
-const version = "0.8.0"
+const version = "0.9.0"
func main() {
cfg, showVer := config.Parse()