fix: version->tag
This commit is contained in:
parent
e7a2c67998
commit
c7cef6e7af
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ fn main() {
|
|||
trace!("Config: {:#?}", &config);
|
||||
|
||||
debug!("commit: {}", env!("GIT_COMMIT_HASH"));
|
||||
debug!("version: {}", env!("GIT_TAG"));
|
||||
debug!("tag: {}", env!("GIT_TAG"));
|
||||
|
||||
let input_files = files::get_files(&config.files.input_path)
|
||||
.into_iter()
|
||||
|
|
Loading…
Reference in a new issue