Skip to content

Commit

Permalink
Revert ISL release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgapeyev committed Oct 28, 2022
1 parent d003273 commit 7cc25a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ GitHub issues list for details.)

This project is published to [Maven Central](https://search.maven.org/artifact/org.partiql/partiql-lang-kotlin).

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


Expand Down
2 changes: 1 addition & 1 deletion lib/partiql-isl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
}

// lib subprojects are _currently_ versioned independently of partiql-lang-kotlin
version = "0.2.3"
version = "0.2.3-SNAPSHOT"
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

dependencies {
Expand Down

0 comments on commit 7cc25a4

Please sign in to comment.