fix: aiken new github action version

This commit is contained in:
microproofs
2024-01-18 12:10:06 -05:00
parent 9f263c46f8
commit 1796147264

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,)
}
}