Skip to content

Commit a68a335

Browse files
committed
chore: bump version to 0.4.2
1 parent 99f2127 commit a68a335

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "exapump"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
description = "The simplest path from file to Exasol table — a single-binary CLI for CSV and Parquet ingest."
66
license = "MIT"

tests/cli_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn display_version() {
2626
.assert()
2727
.success()
2828
.stdout(predicate::str::contains("exapump"))
29-
.stdout(predicate::str::contains("0.4.1"));
29+
.stdout(predicate::str::contains(env!("CARGO_PKG_VERSION")));
3030
}
3131

3232
#[test]

0 commit comments

Comments
 (0)