Skip to content

Commit

Permalink
Merge pull request #1482 from irisnet/release0.14
Browse files Browse the repository at this point in the history
R4R: Merge release0.14 to master
  • Loading branch information
Haifeng Xi committed May 27, 2019
2 parents 639469e + 4172cd4 commit 913b1d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 62 deletions.
49 changes: 0 additions & 49 deletions PENDING.md

This file was deleted.

8 changes: 2 additions & 6 deletions docs/software/How-to-install-irishub.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# How to install `iris`

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

You can download the source code from github and compile it locally.
Expand Down Expand Up @@ -70,9 +70,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
cd $GOPATH/src/github.com/irisnet
git clone https://github.com/irisnet/irishub
cd irishub && git checkout <latest_iris_version>
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
make get_tools
make get_vendor_deps
source scripts/setTestEnv.sh
make all
```
Expand All @@ -83,9 +81,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
cd $GOPATH/src/github.com/irisnet
git clone https://github.com/irisnet/irishub
cd irishub && git checkout <latest_iris_version>
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
make get_tools
make get_vendor_deps
make all
```

Expand Down
8 changes: 2 additions & 6 deletions docs/zh/software/How-to-install-irishub.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 如何安装`iris`

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

### 源码编译安装
Expand Down Expand Up @@ -68,9 +68,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
cd $GOPATH/src/github.com/irisnet
git clone https://github.com/irisnet/irishub
cd irishub && git checkout <latest_iris_version>
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
make get_tools
make get_vendor_deps
source scripts/setTestEnv.sh
make all
```
Expand All @@ -81,9 +79,7 @@ mkdir -p $GOPATH/src/github.com/irisnet
cd $GOPATH/src/github.com/irisnet
git clone https://github.com/irisnet/irishub
cd irishub && git checkout <latest_iris_version>
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
make get_tools
make get_vendor_deps
make all
```

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version - Iris Version
const ProtocolVersion = 0
const Version = "0.14.0-rc0"
const Version = "0.14.0"
// GitCommit set by build flags
var GitCommit = ""

Expand Down

0 comments on commit 913b1d5

Please sign in to comment.