add version number

feature/v32-tokens
Edward Shen 2021-04-18 18:39:12 -04:00
parent ae216b2410
commit 327fc48f5b
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ async fn main() -> Result<(), std::io::Error> {
println!(concat!(
env!("CARGO_PKG_NAME"),
" ",
env!("CARGO_PKG_VERSION"),
" Copyright (C) 2021 ",
env!("CARGO_PKG_AUTHORS"),
"\n\n",