Skip to content

Commit 94ca114

Browse files
committed
Bump version
1 parent d39618c commit 94ca114

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.6 -n hdfs-namenode -o /output /myTopic
73+
docker run --rm -t --network hadoop -v "$PWD/output:/output" radarbase/radar-output-restructure:1.2.0 -n hdfs-namenode -o /output /myTopic
7474
```
7575

7676
## Command line usage
@@ -192,7 +192,7 @@ This package requires at least Java JDK 8. Build the distribution with
192192
and install the package into `/usr/local` with for example
193193
```shell
194194
sudo mkdir -p /usr/local
195-
sudo tar -xzf build/distributions/radar-output-restructure-1.1.6.tar.gz -C /usr/local --strip-components=1
195+
sudo tar -xzf build/distributions/radar-output-restructure-1.2.0.tar.gz -C /usr/local --strip-components=1
196196
```
197197

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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
}
1717

1818
group = "org.radarbase"
19-
version = "1.1.7-SNAPSHOT"
19+
version = "1.2.0"
2020

2121
description = "RADAR-base output restructuring"
2222
val website = "https://radar-base.org"

0 commit comments

Comments
 (0)