Skip to content

Commit

Permalink
dump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZBrettonYe committed Dec 12, 2020
1 parent 9d53f18 commit df9af98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# VNet-V2ray

# 编译
1. 安装 go语言, bazel
1. [Go语言](https://golang.org/), [Bazel](https://docs.bazel.build/)
2. 依次运行
```sh
git clone https://github.com/ProxyPanel/VNet-V2ray.git vent-v2ray && cd vent-v2ray
Expand Down
2 changes: 1 addition & 1 deletion core.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var (
version = "1.6.0"
version = "1.7.0"
build = "Custom"
codename = "vnet-v2ray"
intro = "A unified platform for anti-censorship."
Expand Down
10 changes: 2 additions & 8 deletions release_vnet/version.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"latest": "v1.6.1",
"latest": "v1.7.0",
"history": [
"v1.6.0",
"v1.5.0",
"v1.4.0",
"v1.3.0",
"v1.2.0",
"v1.1.0",
"v1.0.0"
"v1.7.0"
]
}

0 comments on commit df9af98

Please sign in to comment.