We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb8473 commit f050c87Copy full SHA for f050c87
README.md
@@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
31
32
| Group ID | Artifact ID | Recommended Version |
33
|----------|-------------|---------------------|
34
-| `org.partiql` | `partiql-lang-kotlin` | `0.2.5`|
+| `org.partiql` | `partiql-lang-kotlin` | `0.2.6`|
35
36
37
For Maven builds, add this to your `pom.xml`:
build.gradle
@@ -38,7 +38,7 @@ allprojects {
38
39
subprojects {
40
group = 'org.partiql'
41
- version = '0.2.6-SNAPSHOT'
+ version = '0.2.6'
42
}
43
44
buildDir = new File(rootProject.projectDir, "gradle-build/" + project.name)
0 commit comments