Skip to content

Commit

Permalink
Bump up version to v3.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Elly Kitoto <[email protected]>
  • Loading branch information
ellykits committed Sep 3, 2021
1 parent de6e4b3 commit 2832854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For example run the following command to list available options (`app.properties

```shell script

java -jar opensrp-data-import-3.0.1-SNAPSHOT-fat.jar --configs-file app.properties --help
java -jar opensrp-data-import-3.0.2-SNAPSHOT-fat.jar --configs-file app.properties --help

```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "org.smartregister"
version = "3.0.1-SNAPSHOT"
version = "3.0.2-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit 2832854

Please sign in to comment.