Skip to content

Commit f050c87

Browse files
authored
New release v0.2.6 (#364)
1 parent feb8473 commit f050c87

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
@@ -31,7 +31,7 @@ This project is published to [Maven Central](https://search.maven.org/artifact/o
3131

3232
| Group ID | Artifact ID | Recommended Version |
3333
|----------|-------------|---------------------|
34-
| `org.partiql` | `partiql-lang-kotlin` | `0.2.5`|
34+
| `org.partiql` | `partiql-lang-kotlin` | `0.2.6`|
3535

3636

3737
For Maven builds, add this to your `pom.xml`:

build.gradle

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

3939
subprojects {
4040
group = 'org.partiql'
41-
version = '0.2.6-SNAPSHOT'
41+
version = '0.2.6'
4242
}
4343

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

0 commit comments

Comments
 (0)