bump version to v0.26.6

This commit is contained in:
ffdfgdfg 2020-03-25 22:11:27 +08:00
parent b3966c98fe
commit 1b3dc6d831
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#/bash/sh
export VERSION=0.26.5
export VERSION=0.26.6
export GOPROXY=direct
sudo apt-get update

View File

@ -1,6 +1,6 @@
![logo](logo.svg)
# NPS <small>0.26.5</small>
# NPS <small>0.26.6</small>
> 一款轻量级、高性能、功能强大的内网穿透代理服务器

View File

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.nps.client"
android:versionCode="1"
android:versionName="0.26.5">
android:versionName="0.26.6">
<application android:label="Npc" android:debuggable="true">
<activity android:name="org.golang.app.GoNativeActivity"

View File

@ -1,6 +1,6 @@
package version
const VERSION = "0.26.5"
const VERSION = "0.26.6"
// Compulsory minimum version, Minimum downward compatibility to this version
func GetVersion() string {