Skip to content

Commit

Permalink
bump version to 0.26.10, close ehang-io#595 close ehang-io#674
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdfgdfg committed Apr 7, 2021
1 parent 09e69c7 commit 2b68fbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#/bash/sh
export VERSION=0.26.9
export VERSION=0.26.10
export GOPROXY=direct

sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](logo.svg)

# NPS <small>0.26.9</small>
# NPS <small>0.26.10</small>

> 一款轻量级、高性能、功能强大的内网穿透代理服务器
Expand Down
2 changes: 1 addition & 1 deletion gui/npc/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.nps.client"
android:versionCode="1"
android:versionName="0.26.9">
android:versionName="0.26.10">

<application android:label="Npc" android:debuggable="true">
<activity android:name="org.golang.app.GoNativeActivity"
Expand Down
2 changes: 1 addition & 1 deletion lib/version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

const VERSION = "0.26.9"
const VERSION = "0.26.10"

// Compulsory minimum version, Minimum downward compatibility to this version
func GetVersion() string {
Expand Down

0 comments on commit 2b68fbd

Please sign in to comment.