Skip to content

Commit

Permalink
Release 0.7.0 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
am357 authored Jun 22, 2022
1 parent bacd1c4 commit d5d4e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o

| Group ID | Artifact ID | Recommended Version |
|----------|-------------|---------------------|
| `org.partiql` | `partiql-lang-kotlin` | `0.6.0`|
| `org.partiql` | `partiql-lang-kotlin` | `0.7.0`|


For Maven builds, add the following to your `pom.xml`:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {

subprojects {
group = 'org.partiql'
version = '0.6.1-SNAPSHOT'
version = '0.7.0'
}

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

0 comments on commit d5d4e3a

Please sign in to comment.