1
0
Fork 0
mirror of synced 2024-05-04 20:43:35 +12:00

Switch to automatic updates for the program version.

This commit is contained in:
Stefan Seering 2020-10-02 14:34:11 +02:00 committed by Rafał Mikrut
parent d9bfb412b9
commit 1829d19b28

View file

@ -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");