Skip to content

Commit bcdc766

Browse files
committed
Readme fix
1 parent 6f7a03a commit bcdc766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ docker run --name flight-sql \
3434
The above command will automatically mount a very small TPC-H DuckDB database file.
3535

3636
### Optional - open a different database file
37-
When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.8.1).
37+
When running the Docker image - you can have it run your own DuckDB database file (the database must be built with DuckDB version: 0.9.0).
3838

3939
Prerequisite: DuckDB CLI
40-
Install DuckDB CLI version [0.9.0](https://github.com/duckdb/duckdb/releases/tag/v0.8.1) - and make sure the executable is on your PATH.
40+
Install DuckDB CLI version [0.9.0](https://github.com/duckdb/duckdb/releases/tag/v0.9.0) - and make sure the executable is on your PATH.
4141

4242
Platform Downloads:
4343
[Linux x86-64](https://github.com/duckdb/duckdb/releases/download/v0.9.0/duckdb_cli-linux-amd64.zip)

0 commit comments

Comments
 (0)