From 55c263902e12b982b5890c357305b150b3602944 Mon Sep 17 00:00:00 2001 From: ffdfgdfg Date: Thu, 7 May 2020 23:47:33 +0800 Subject: [PATCH] bump version to 0.26.7 --- build.sh | 2 +- docs/_coverpage.md | 2 +- gui/npc/AndroidManifest.xml | 2 +- lib/version/version.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index f178d38..8994aa3 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #/bash/sh -export VERSION=0.26.6 +export VERSION=0.26.7 export GOPROXY=direct sudo apt-get update diff --git a/docs/_coverpage.md b/docs/_coverpage.md index cb9bf5e..c484888 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](logo.svg) -# NPS 0.26.6 +# NPS 0.26.7 > 一款轻量级、高性能、功能强大的内网穿透代理服务器 diff --git a/gui/npc/AndroidManifest.xml b/gui/npc/AndroidManifest.xml index a857b8e..f65ee97 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.6"> + android:versionName="0.26.7">