Skip to content

Commit e3f60d4

Browse files
committed
Show crate version
1 parent 8f954d2 commit e3f60d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/duckdb/examples/repl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl SqlRepl {
2929
}
3030

3131
fn run(&mut self) -> DuckResult<()> {
32-
println!("duckdb-rs REPL");
32+
println!("duckdb-rs v{} 🦀", env!("CARGO_PKG_VERSION"));
3333
println!("Type '.help' for help.");
3434

3535
loop {

0 commit comments

Comments
 (0)