mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
修改版本号准备打包
This commit is contained in:
+5
-1
@@ -38,4 +38,8 @@
|
||||
# v0.4.0
|
||||
|
||||
1. 配置文件支持include语法
|
||||
2. 通用的握手方式,支持tcp和shell
|
||||
2. 通用的握手方式,支持tcp和shell
|
||||
|
||||
# v0.5.0
|
||||
|
||||
1. 新增dashboard和统一的终端页面
|
||||
@@ -44,7 +44,7 @@ windows命令行效果
|
||||
|
||||
1. ~~支持include的yaml配置文件~~
|
||||
2. ~~通用的connect、connect_response、disconnect消息~~
|
||||
3. 所有隧道的dashboard页面
|
||||
3. ~~所有隧道的dashboard页面~~
|
||||
4. 文件传输
|
||||
5. web远程桌面
|
||||
6. 流量监控统计页面,server还是client?
|
||||
6. ~~流量监控统计页面,server还是client?~~
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
VERSION="0.4.0"
|
||||
VERSION="0.5.0"
|
||||
HASH=`git log -n1 --pretty=format:%h`
|
||||
REVERSION=`git log --oneline|wc -l|tr -d ' '`
|
||||
BUILD_TIME=`date +'%Y-%m-%d %H:%M:%S'`
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import (
|
||||
"github.com/lwch/runtime"
|
||||
)
|
||||
|
||||
const version = "0.4.0"
|
||||
const version = "0.5.0"
|
||||
const buildDir = "tmp"
|
||||
const releaseDir = "release"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user