diff --git a/build.sh b/build.sh
index eeaf1b8..77a8380 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
#/bash/sh
-export VERSION=0.26.3
+export VERSION=0.26.4
sudo apt-get install gcc-mingw-w64-i686
env GOOS=windows GOARCH=386 CGO_ENABLED=1 CC=i686-w64-mingw32-gcc go build -ldflags "-s -w -extldflags -static -extldflags -static" -buildmode=c-shared -o npc_sdk.dll cmd/npc/sdk.go
diff --git a/docs/_coverpage.md b/docs/_coverpage.md
index f055839..90100db 100644
--- a/docs/_coverpage.md
+++ b/docs/_coverpage.md
@@ -1,6 +1,6 @@

-# NPS 0.26.3
+# NPS 0.26.4
> 一款轻量级、高性能、功能强大的内网穿透代理服务器
diff --git a/gui/npc/AndroidManifest.xml b/gui/npc/AndroidManifest.xml
index 8b91063..8251a12 100755
--- a/gui/npc/AndroidManifest.xml
+++ b/gui/npc/AndroidManifest.xml
@@ -2,7 +2,7 @@
diff --git a/lib/version/version.go b/lib/version/version.go
index 3fbde4b..29338e8 100644
--- a/lib/version/version.go
+++ b/lib/version/version.go
@@ -1,6 +1,6 @@
package version
-const VERSION = "0.26.3"
+const VERSION = "0.26.4"
// Compulsory minimum version, Minimum downward compatibility to this version
func GetVersion() string {