Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Add CLI commit SHA-1 to help
Adam Szkoda committed 3 years ago
commit b4c3bee39d8c0103378e99ae74bd6a373bcd0723
parent 241c41a63294d7f33f53fa2541ac7ba7abcd9549
1 file changed +1 -1
modified radicle-cli/src/main.rs
@@ -66,7 +66,7 @@ fn print_version() {
    if VERSION.contains("-dev") {
        println!("{NAME} {VERSION}+{GIT_HEAD}")
    } else {
-
        println!("{NAME} {VERSION}")
+
        println!("{NAME} {VERSION} ({GIT_HEAD})")
    }
}