Skip to content

Commit 025347c

Browse files
committed
We do have to release partiql-isl-kotlin alongside partiql-lang-kotlin, after all.
Otherwise, release to Maven does not work out with the current nested-project setup.
1 parent 7cc25a4 commit 025347c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/partiql-isl/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
}
2525

2626
// lib subprojects are _currently_ versioned independently of partiql-lang-kotlin
27-
version = "0.2.3-SNAPSHOT"
27+
version = "0.2.3"
2828
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
2929

3030
dependencies {

0 commit comments

Comments
 (0)