Skip to content

Commit 03bb353

Browse files
committed
Bump version
1 parent ea8499e commit 03bb353

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ When upgrading to version 0.6.0 from version 0.5.x or earlier, please follow the
7070
This package is available as docker image [`radarbase/radar-output-restructure`](https://hub.docker.com/r/radarbase/radar-output-restructure). The entrypoint of the image is the current application. So in all the commands listed in usage, replace `radar-output-restructure` with for example:
7171

7272
```shell
73-
docker run --rm -t --network hadoop -v "$PWD/output:/output" radarbase/radar-output-restructure:1.1.5 -n hdfs-namenode -o /output /myTopic
73+
docker run --rm -t --network hadoop -v "$PWD/output:/output" radarbase/radar-output-restructure:1.1.6 -n hdfs-namenode -o /output /myTopic
7474
```
7575

7676
## Command line usage
@@ -177,7 +177,7 @@ This package requires at least Java JDK 8. Build the distribution with
177177
and install the package into `/usr/local` with for example
178178
```shell
179179
sudo mkdir -p /usr/local
180-
sudo tar -xzf build/distributions/radar-output-restructure-1.1.5.tar.gz -C /usr/local --strip-components=1
180+
sudo tar -xzf build/distributions/radar-output-restructure-1.1.6.tar.gz -C /usr/local --strip-components=1
181181
```
182182

183183
Now the `radar-output-restructure` command should be available.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'org.radarbase'
11-
version '1.2.0-SNAPSHOT'
11+
version '1.1.6'
1212
mainClassName = 'org.radarbase.output.Application'
1313

1414
ext {

0 commit comments

Comments
 (0)