Fix disabled version message

This commit is contained in:
TEC 2024-02-15 15:34:06 +08:00
parent c44288dbc0
commit 28bb161563
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const STARTUP_MANAGED_MESSAGE =
const STARTUP_CONTENT = """
$STARTUP_MANAGED_MESSAGE
if VERSION < v"1.7"
@warn "Setup disabled as Julia $VERSION < 1.7 is unsupported"
@warn "Setup disabled as Julia \$VERSION < 1.7 is unsupported"
else
try
using Setup