summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDenys Séguret <cano.petrole@gmail.com>2023-09-24 07:48:56 +0200
committerGitHub <noreply@github.com>2023-09-24 07:48:56 +0200
commitecd393b80ffd9664919fad7ae83166385967888c (patch)
treedaa8d545bb89e5cbe81c3979d7909e175bd3eed9 /Cargo.toml
parent66cc0710bceae80099beadc657f89cfb55467165 (diff)
if given a file as argument, open it in preview (#749)
Fix #729
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2df438b..13a1c7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.25.2"
+version = "1.25.3-dev"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"