Skip to content

Commit

Permalink
release v3
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu committed Feb 14, 2022
1 parent 9684d1a commit f5bc6d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The main features:
|:-----------------:|:-------------:|:---------------:|:------------:|:-------------------:|:--------------:|
| v0.2 | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
| v1.0.0 | v2.5.0 | v2.5.0 | v0.0.7 | v0.3.3 | v2.5.0 |
| v1.1.0 | v3.0.0 | v3.0.0 | v0.0.9 | v0.3.3 | v3.0.0 |
| master | nightly | master | master | v0.3.3 | master |

## How to use
Expand Down
1 change: 1 addition & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
|:-----------------:|:-------------:|:---------------:|:------------:|:-------------------:|:--------------:|
| v0.2 | v2.0.1 | v2.0.0-ga | v0.0.6 | v0.3.3 | v2.0.0-ga |
| v1.0.0 | v2.5.0 | v2.5.0 | v0.0.7 | v0.3.3 | v2.5.0 |
| v1.1.0 | v3.0.0 | v3.0.0 | v0.0.9 | v0.3.3 | v3.0.0 |
| master | nightly | master | master | v0.3.3 | master |

## 使用说明
Expand Down
4 changes: 2 additions & 2 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HADOOP_VERSION=3.2.1

scaleFactor=${scaleFactor:-1}

NEBULA_IMPORTER_VERSION=${NEBULA_IMPORTER_VERSION:-master}
NEBULA_XK6_VERSION=${NEBULA_XK6_VERSION:-master}
NEBULA_IMPORTER_VERSION=${NEBULA_IMPORTER_VERSION:-v3.0.0}
NEBULA_XK6_VERSION=${NEBULA_XK6_VERSION:-v0.0.9}

GOLANG_VERSION=${GOLANG_VERSION:-1.16.6}

0 comments on commit f5bc6d7

Please sign in to comment.