diff --git a/Cargo.lock b/Cargo.lock index f7f94ea..acac459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "exa" -version = "0.10.0" +version = "0.11.0-pre" dependencies = [ "ansi_term", "datetime", diff --git a/Cargo.toml b/Cargo.toml index 54a93df..ebc5f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"] homepage = "https://the.exa.website/" license = "MIT" repository = "https://github.com/ogham/exa" -version = "0.10.0" +version = "0.11.0-pre" [[bin]]