aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-07-16 09:01:33 +0100
committertslil <tslil@posteo.de>2026-07-16 09:09:13 +0100
commit4b912fbb21eff1fd8b7178619a402fbd4dacebfd (patch)
treeeabd15ac1740b6e38a3794aca03ba93b68319de6 /src/cli.rs
parent322271f3d322bc25c30ebe936c7428f1b0df479d (diff)
add version to stateHEADmain
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index b408dae..29ea2cf 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -10,7 +10,7 @@ pub enum Action {
}
const NAME: &str = env!("CARGO_PKG_NAME");
-const VERSION: &str = env!("CARGO_PKG_VERSION");
+pub const VERSION: &str = env!("CARGO_PKG_VERSION");
const DESCRIPTION: &str = env!("CARGO_PKG_DESCRIPTION");
fn print_help() {