From 1829d19b2878420dd4c852be1459cf0bfd95aee8 Mon Sep 17 00:00:00 2001 From: Stefan Seering Date: Fri, 2 Oct 2020 14:34:11 +0200 Subject: [PATCH] Switch to automatic updates for the program version. --- czkawka_core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/czkawka_core/src/lib.rs b/czkawka_core/src/lib.rs index 75ce449..669e01c 100644 --- a/czkawka_core/src/lib.rs +++ b/czkawka_core/src/lib.rs @@ -11,4 +11,4 @@ pub mod common_items; pub mod common_messages; pub mod common_traits; -pub const CZKAWKA_VERSION: &str = "1.0.0"; +pub const CZKAWKA_VERSION: &str = env!("CARGO_PKG_VERSION");