diff options
author | Teddy Wing | 2020-08-03 20:00:01 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-03 20:00:01 +0200 |
commit | 2f983a7f1b973d72d0c0a43d5679161acf4c653c (patch) | |
tree | 28008eda0357cc0d88be1921095f9fcf70cb7507 /src/lib.rs | |
parent | e8510c5ca5c3f24cbb1d18adec020897f02d5818 (diff) | |
download | git-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.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ mod suggestion; pub use suggestion::for_suggestion; + + +const VERSION: &'static str = "0.1.0"; |