Skip to content

Commit

Permalink
Merge pull request #47 from takezoe/fix-supported-model-versions
Browse files Browse the repository at this point in the history
Fix supported model versions in README.md
  • Loading branch information
Lewuathe authored Sep 13, 2018
2 parents e596687 + d6f9769 commit d7507f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $ bundle exec rake modelgen:latest
* **http_debug** enables debug message to STDOUT for each HTTP requests.
* **http_open_timeout** sets timeout in seconds to open new HTTP connection.
* **http_timeout** sets timeout in seconds to read data from a server.
* **model_version** set the presto version to which a job is submitted. Supported versions are 0.153 and 0.149. Default is 0.153.
* **model_version** set the presto version to which a job is submitted. Supported versions are 0.205, 0.178, 0.173, 0.153 and 0.149. Default is 0.205.

See [RDoc](http://www.rubydoc.info/gems/presto-client/) for the full documentation.

Expand All @@ -112,4 +112,3 @@ See [RDoc](http://www.rubydoc.info/gems/presto-client/) for the full documentati
3. git commit -am "vX.Y.Z"
4. git tag "vX.Y.Z"
5. git push --tags

0 comments on commit d7507f6

Please sign in to comment.