mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
Update leo cli version to dedicated file
This commit is contained in:
parent
bf82bf4d1b
commit
3b737b2a34
1
leo/leo-version
Normal file
1
leo/leo-version
Normal file
@ -0,0 +1 @@
|
||||
v1.0.2
|
@ -21,7 +21,7 @@ use clap::{App, AppSettings, Arg};
|
||||
#[cfg_attr(tarpaulin, skip)]
|
||||
fn main() -> Result<(), CLIError> {
|
||||
let arguments = App::new("leo")
|
||||
.version("v1.0.1")
|
||||
.version(include_str!("./leo-version"))
|
||||
.about("Leo compiler and package manager")
|
||||
.author("The Aleo Team <hello@aleo.org>")
|
||||
.settings(&[
|
||||
|
Loading…
Reference in New Issue
Block a user