-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set VERSION to 2.27.0 and update deps
- Loading branch information
1 parent
9a3e44b
commit dc8fe2d
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Available through https://crates.io/crates/typeql. | ||
``` | ||
cargo add [email protected]-rc0 | ||
cargo add [email protected] | ||
``` | ||
|
||
## TypeQL Grammar and Language Library distributions for Java | ||
|
@@ -20,12 +20,12 @@ cargo add [email protected] | |
<dependency> | ||
<groupId>com.vaticle.typeql</groupId> | ||
<artifactId>typeql-grammar</artifactId> | ||
<version>2.27.0-rc0</version> | ||
<version>2.27.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.vaticle.typeql</groupId> | ||
<artifactId>typeql-lang</artifactId> | ||
<version>2.27.0-rc0</version> | ||
<version>2.27.0</version> | ||
</dependency> | ||
</dependencies> | ||
``` | ||
|
@@ -35,7 +35,7 @@ cargo add [email protected] | |
Available through https://pypi.org | ||
|
||
``` | ||
pip install typeql-grammar==2.27.0-rc0 | ||
pip install typeql-grammar==2.27.0 | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.27.0-rc0 | ||
2.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters