From 2f983a7f1b973d72d0c0a43d5679161acf4c653c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 3 Aug 2020 20:00:01 +0200 Subject: Config: Add a version argument Allow getting the program version from the command line. --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index e9038dc..76e6fd4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,3 +9,6 @@ mod suggestion; pub use suggestion::for_suggestion; + + +const VERSION: &'static str = "0.1.0"; -- cgit v1.2.3