Skip to content

Commit

Permalink
Version bump to v0.3.2
Browse files Browse the repository at this point in the history
We do not remove '-SNAPSHOT' this time because I neglected to
add that after the last release.
  • Loading branch information
dlurton committed Sep 3, 2021
1 parent b4b4d9d commit 586633d
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 @@ -27,7 +27,7 @@ allprojects {

subprojects {
group = 'org.partiql'
version = '0.3.1'
version = '0.3.2'
}
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

Expand Down

0 comments on commit 586633d

Please sign in to comment.