aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2020-08-03 20:00:01 +0200
committerTeddy Wing2020-08-03 20:00:01 +0200
commit2f983a7f1b973d72d0c0a43d5679161acf4c653c (patch)
tree28008eda0357cc0d88be1921095f9fcf70cb7507 /src/lib.rs
parente8510c5ca5c3f24cbb1d18adec020897f02d5818 (diff)
downloadgit-suggestion-2f983a7f1b973d72d0c0a43d5679161acf4c653c.tar.bz2
Config: Add a version argument
Allow getting the program version from the command line.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
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";