Skip to content

Commit d7507f6

Browse files
authored
Merge pull request #47 from takezoe/fix-supported-model-versions
Fix supported model versions in README.md
2 parents e596687 + d6f9769 commit d7507f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $ bundle exec rake modelgen:latest
9999
* **http_debug** enables debug message to STDOUT for each HTTP requests.
100100
* **http_open_timeout** sets timeout in seconds to open new HTTP connection.
101101
* **http_timeout** sets timeout in seconds to read data from a server.
102-
* **model_version** set the presto version to which a job is submitted. Supported versions are 0.153 and 0.149. Default is 0.153.
102+
* **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.
103103

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

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

0 commit comments

Comments
 (0)