We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f954d2 commit e3f60d4Copy full SHA for e3f60d4
crates/duckdb/examples/repl.rs
@@ -29,7 +29,7 @@ impl SqlRepl {
29
}
30
31
fn run(&mut self) -> DuckResult<()> {
32
- println!("duckdb-rs REPL");
+ println!("duckdb-rs v{} 🦀", env!("CARGO_PKG_VERSION"));
33
println!("Type '.help' for help.");
34
35
loop {
0 commit comments