···3737 | None -> "n/a"
3838 | Some v -> Build_info.V1.Version.to_string v
3939 in
4040- let commit = String.trim [%blob "version.txt"] in
4141- Format.asprintf "%s %s" major commit
4040+ Format.asprintf "%s" major
42414342let build ~env _ config_filename dev no_theme =
4443 Reporter.easy_run @@ fun () ->