Skip to content

Commit

Permalink
Version returned by --version should automatically track version in C…
Browse files Browse the repository at this point in the history
…argo.toml now.
  • Loading branch information
Millie C committed Jan 10, 2022
1 parent 58eed93 commit 3af66fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auxin_cli/src/commands.rs
Expand Up @@ -29,7 +29,7 @@ use serde::{Deserialize, Serialize};
use crate::{initiate_attachment_downloads, AttachmentPipelineError, ATTACHMENT_TIMEOUT_DURATION};

pub const AUTHOR_STR: &str = "Forest Contact team";
pub const VERSION_STR: &str = "0.1.7";
pub const VERSION_STR: &str = env!("CARGO_PKG_VERSION");

pub const JSONRPC_VER: &str = "2.0";

Expand Down

0 comments on commit 3af66fa

Please sign in to comment.