Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongrui committed Dec 23, 2019
1 parent dc4d33b commit 3fc6e2e
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 155 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = 'com.xiaomi.thain'
version = '1.3.0'
version = '1.3.0-beta.0'

apply plugin: 'java'
apply plugin: 'org.jetbrains.kotlin.jvm'
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Thain has completed backend management system which supports depending, re-run,
1. Run

```shell
java -jar thain-server/build/libs/thain-server-1.3.0.jar
java -jar thain-server/build/libs/thain-server-1.3.0-beta.0.jar
```

1. Open [localhost:9900](http://localhost:9900) to see the effect
Expand Down
2 changes: 1 addition & 1 deletion readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Thain 提供了任务调度与执行的一整套解决方案,在小米集团
1. Run

```shell
java -jar thain-server/build/libs/thain-server-1.3.0.jar
java -jar thain-server/build/libs/thain-server-1.3.0-beta.0.jar
```

1. 打开 [localhost:9900](http://localhost:9900) 就可以看到效果了
Expand Down
Loading

0 comments on commit 3fc6e2e

Please sign in to comment.