Skip to content

Commit

Permalink
chore: improve version string rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Aug 11, 2023
1 parent c88e20a commit 1a3441c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/melc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ let print_standard_library () =

let bs_version_string =
"Melange " ^ Melange_version.version ^
" ( Using OCaml:" ^ Config.version ^ " )"
" (Using OCaml:" ^ Config.version ^ ")"

let print_version_string () =
#ifndef BS_RELEASE_BUILD
Expand Down

0 comments on commit 1a3441c

Please sign in to comment.