diff --git a/build.sh b/build.sh index 628df90..29d11cf 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #/bash/sh -export VERSION=0.26.8 +export VERSION=0.26.9 export GOPROXY=direct sudo apt-get update diff --git a/docs/_coverpage.md b/docs/_coverpage.md index c27b1ef..79d7764 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](logo.svg) -# NPS 0.26.8 +# NPS 0.26.9 > 一款轻量级、高性能、功能强大的内网穿透代理服务器 diff --git a/gui/npc/AndroidManifest.xml b/gui/npc/AndroidManifest.xml index dc729ec..cf8bee7 100755 --- a/gui/npc/AndroidManifest.xml +++ b/gui/npc/AndroidManifest.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" package="org.nps.client" android:versionCode="1" - android:versionName="0.26.8"> + android:versionName="0.26.9">