diff --git a/cli/tools/repl/mod.rs b/cli/tools/repl/mod.rs index 871101dd558433..1de1f7bc087aa3 100644 --- a/cli/tools/repl/mod.rs +++ b/cli/tools/repl/mod.rs @@ -243,7 +243,7 @@ pub async fn run( if !cli_options.is_quiet() { let mut handle = io::stdout().lock(); - writeln!(handle, "Subshell {}", std::env::var("SUBSHELL_VERSION").unwrap_or(crate::version::deno().to_string())); + writeln!(handle, "Subshell {}", std::env::var("SUBSHELL_VERSION").unwrap_or(crate::version::DENO_VERSION_INFO.deno.to_string())); writeln!(handle, "exit using ctrl+d, ctrl+c, or close()"); if repl_flags.is_default_command {