Skip to content

Commit de2f40a

Browse files
committed
Bump version
1 parent 556043e commit de2f40a

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 s3 -v "$PWD/output:/output" radarbase/radar-output-restructure:2.3.0 -o /output /myTopic
73+
docker run --rm -t --network s3 -v "$PWD/output:/output" radarbase/radar-output-restructure:2.3.1 -o /output /myTopic
7474
```
7575

7676
## Command line usage
@@ -228,7 +228,7 @@ This package requires at least Java JDK 8. Build the distribution with
228228
and install the package into `/usr/local` with for example
229229
```shell
230230
sudo mkdir -p /usr/local
231-
sudo tar -xzf build/distributions/radar-output-restructure-2.3.0.tar.gz -C /usr/local --strip-components=1
231+
sudo tar -xzf build/distributions/radar-output-restructure-2.3.1.tar.gz -C /usr/local --strip-components=1
232232
```
233233

234234
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 = "2.3.1-SNAPSHOT"
19+
version = "2.3.1"
2020

2121
repositories {
2222
mavenCentral()

0 commit comments

Comments
 (0)