Skip to content

Commit d5d4e3a

Browse files
authored
Release 0.7.0 (#648)
1 parent bacd1c4 commit d5d4e3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
2828

2929
| Group ID | Artifact ID | Recommended Version |
3030
|----------|-------------|---------------------|
31-
| `org.partiql` | `partiql-lang-kotlin` | `0.6.0`|
31+
| `org.partiql` | `partiql-lang-kotlin` | `0.7.0`|
3232

3333

3434
For Maven builds, add the following to your `pom.xml`:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636

3737
subprojects {
3838
group = 'org.partiql'
39-
version = '0.6.1-SNAPSHOT'
39+
version = '0.7.0'
4040
}
4141

4242
buildDir = new File(rootProject.projectDir, "gradle-build/" + project.name)

0 commit comments

Comments
 (0)