Skip to content

Commit c12b28d

Browse files
committed
version bump
1 parent 41138ec commit c12b28d

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 = "erdtree"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
edition = "2021"
55
authors = ["Benjamin Nguyen <[email protected]>"]
66
description = """

src/render/context/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mod test;
2323
#[derive(Parser, Debug)]
2424
#[command(name = "erdtree")]
2525
#[command(author = "Benjamin Nguyen. <[email protected]>")]
26-
#[command(version = "1.3.0")]
26+
#[command(version = "1.4.0")]
2727
#[command(about = "erdtree (et) is a multi-threaded filetree visualizer and disk usage analyzer.", long_about = None)]
2828
pub struct Context {
2929
/// Root directory to traverse; defaults to current working directory

0 commit comments

Comments
 (0)