Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
Update README to reference upgrade to Presto 0.145.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Wittel committed May 19, 2016
1 parent 29bf3f4 commit 656d7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -61,7 +61,7 @@ queries run within the tool.
Specify Presto version by `-Dairpal.prestoVersion`:

```
./gradlew -Dairpal.prestoVersion=0.85 clean shadowJar
./gradlew -Dairpal.prestoVersion=0.145 clean shadowJar
```

1. Create a MySQL database for Airpal. We recommend you call it `airpal` and will assume that for future steps.
Expand Down Expand Up @@ -119,7 +119,7 @@ java -Ddw.prestoCoordinator=http://presto-coordinator-url.com \

Airpal Version | Presto Versions Tested
---------------|-----------------------
0.1 | 0.77, 0.87
0.1 | 0.77, 0.87, 0.145

## In the Wild
Organizations and projects using `airpal` can list themselves [here](INTHEWILD.md).
Expand Down

0 comments on commit 656d7e2

Please sign in to comment.