Skip to content

Commit 913b1d5

Browse files
author
Haifeng Xi
authored
Merge pull request #1482 from irisnet/release0.14
R4R: Merge release0.14 to master
2 parents 639469e + 4172cd4 commit 913b1d5

File tree

4 files changed

+5
-62
lines changed

4 files changed

+5
-62
lines changed

PENDING.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

docs/software/How-to-install-irishub.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# How to install `iris`
22

3-
### The Latest version of IRIShub : v0.13.1
3+
### The Latest version of IRIShub : v0.14.0
44
refer to : https://github.com/irisnet/irishub/releases/latest
55
```
6-
Please replace <latest_iris_version> with v0.13.1 while using "git checkout"
6+
Please replace <latest_iris_version> with v0.14.0 while using "git checkout"
77
```
88

99
You can download the source code from github and compile it locally.
@@ -70,9 +70,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
7070
cd $GOPATH/src/github.com/irisnet
7171
git clone https://github.com/irisnet/irishub
7272
cd irishub && git checkout <latest_iris_version>
73-
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
7473
make get_tools
75-
make get_vendor_deps
7674
source scripts/setTestEnv.sh
7775
make all
7876
```
@@ -83,9 +81,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
8381
cd $GOPATH/src/github.com/irisnet
8482
git clone https://github.com/irisnet/irishub
8583
cd irishub && git checkout <latest_iris_version>
86-
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
8784
make get_tools
88-
make get_vendor_deps
8985
make all
9086
```
9187

docs/zh/software/How-to-install-irishub.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 如何安装`iris`
22

3-
### 当前IRIShub最新版本为 : v0.13.1
3+
### 当前IRIShub最新版本为 : v0.14.0
44
获取最新版本 https://github.com/irisnet/irishub/releases/latest
55
```
6-
注意:使用 git checkout 命令时,请将 <latest_iris_version> 替换成 v0.13.1
6+
注意:使用 git checkout 命令时,请将 <latest_iris_version> 替换成 v0.14.0
77
```
88

99
### 源码编译安装
@@ -68,9 +68,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
6868
cd $GOPATH/src/github.com/irisnet
6969
git clone https://github.com/irisnet/irishub
7070
cd irishub && git checkout <latest_iris_version>
71-
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
7271
make get_tools
73-
make get_vendor_deps
7472
source scripts/setTestEnv.sh
7573
make all
7674
```
@@ -81,9 +79,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
8179
cd $GOPATH/src/github.com/irisnet
8280
git clone https://github.com/irisnet/irishub
8381
cd irishub && git checkout <latest_iris_version>
84-
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
8582
make get_tools
86-
make get_vendor_deps
8783
make all
8884
```
8985

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
// Version - Iris Version
1111
const ProtocolVersion = 0
12-
const Version = "0.14.0-rc0"
12+
const Version = "0.14.0"
1313
// GitCommit set by build flags
1414
var GitCommit = ""
1515

0 commit comments

Comments
 (0)