Skip to content

Commit 32b8fc5

Browse files
committed
Update CLI prompt
1 parent 9d89f83 commit 32b8fc5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ description: >- # this means to ignore newlines until "baseurl:"
1919
DuckDB is an in-process SQL database management system focused on analytical query processing. It is designed to be easy to install and easy to use. DuckDB has no external dependencies. DuckDB has bindings for C/C++, Python, R, Java, Node.js, Go and other languages.
2020
baseurl: "" # the subpath of your site, e.g. /blog
2121
url: "https://duckdb.org" # the base hostname & protocol for your site, e.g. http://example.com
22-
# Set current version of DuckDB
22+
# Set current codename of DuckDB and version numbers of DuckDB clients
23+
current_duckdb_codename: "Ossivalis"
2324
current_short_duckdb_version: "1.3"
2425
preview_short_duckdb_version: "1.4-dev"
25-
current_duckdb_version: 1.2.2
26-
current_duckdb_hash: "7c039464e4"
26+
current_duckdb_version: 1.3.0
27+
current_duckdb_hash: "TODO"
2728
current_snapshot_version: 1.2.3-dev
2829
current_duckdb_odbc_version: 1.2.2.2
2930
current_duckdb_odbc_short_version: 1.2.2

docs/preview/clients/cli/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ duckdb
4646
```
4747

4848
```text
49-
v{{ site.current_duckdb_version }} {{ site.current_duckdb_hash }}
49+
DuckDB v{{ site.current_duckdb_version }} ({{ site.current_duckdb_codename }}) {{ site.current_duckdb_hash }}
5050
Enter ".help" for usage hints.
5151
Connected to a transient in-memory database.
5252
Use ".open FILENAME" to reopen on a persistent database.

0 commit comments

Comments
 (0)