fix: aiken new github action version

This commit is contained in:
microproofs 2024-01-18 12:10:06 -05:00
parent 9f263c46f8
commit 1796147264
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ pub fn compiler_version(include_commit_hash: bool) -> String {
built_info::GIT_COMMIT_HASH_SHORT.unwrap_or("unknown")
)
} else {
format!("v{}", built_info::PKG_VERSION_MAJOR,)
format!("v{}", built_info::PKG_VERSION,)
}
}