fix: version->tag

This commit is contained in:
Didier Slof 2023-05-08 14:45:23 +02:00
parent e7a2c67998
commit c7cef6e7af
Signed by: didier
GPG Key ID: 01E71F18AA4398E5
1 changed files with 1 additions and 1 deletions

View File

@ -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()