Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
incrememnt patch version to 1.13.0.1 (#409)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <amgalitz@amazon.com>
  • Loading branch information
amitgalitz committed Jul 20, 2022
1 parent 4c7c3c0 commit df9c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ext {
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

version = "${opendistroVersion}.0"
version = "${opendistroVersion}.1"

apply plugin: 'java'
apply plugin: 'idea'
Expand Down

0 comments on commit df9c89b

Please sign in to comment.