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 bacd1c4 commit d5d4e3aCopy full SHA for d5d4e3a
README.md
@@ -28,7 +28,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
28
29
| Group ID | Artifact ID | Recommended Version |
30
|----------|-------------|---------------------|
31
-| `org.partiql` | `partiql-lang-kotlin` | `0.6.0`|
+| `org.partiql` | `partiql-lang-kotlin` | `0.7.0`|
32
33
34
For Maven builds, add the following to your `pom.xml`:
build.gradle
@@ -36,7 +36,7 @@ allprojects {
36
37
subprojects {
38
group = 'org.partiql'
39
- version = '0.6.1-SNAPSHOT'
+ version = '0.7.0'
40
}
41
42
buildDir = new File(rootProject.projectDir, "gradle-build/" + project.name)
0 commit comments