Skip to content

Commit fd5c2a8

Browse files
committed
update version command
1 parent f5c7a1d commit fd5c2a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compiler.v

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ fn main() {
1919
match prefs.mode {
2020
.version {
2121
info := util.collect_info()
22-
println("https://github.com/russo-2025/papyrus-compiler")
2322
println("Version: ${info.version}")
2423
println("Commit: ${info.git_commit}")
25-
println("build date: ${info.build_date}")
26-
println("build type: ${info.build_type}")
24+
println("Build date: ${info.build_date}")
25+
println("Build type: ${info.build_type}")
26+
println("Repository: https://github.com/russo-2025/papyrus-compiler")
2727
exit(0)
2828
}
2929
.compile {

0 commit comments

Comments
 (0)