瀏覽代碼

bump version to 0.26.7

ffdfgdfg 4 年之前
父節點
當前提交
55c263902e
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      build.sh
  2. 1 1
      docs/_coverpage.md
  3. 1 1
      gui/npc/AndroidManifest.xml
  4. 1 1
      lib/version/version.go

+ 1 - 1
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

+ 1 - 1
docs/_coverpage.md

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

+ 1 - 1
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">
 
     <application android:label="Npc" android:debuggable="true">
         <activity android:name="org.golang.app.GoNativeActivity"

+ 1 - 1
lib/version/version.go

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