diff options
Diffstat (limited to 'cli/tools/repl.rs')
-rw-r--r-- | cli/tools/repl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/repl.rs b/cli/tools/repl.rs index be85dc813..e6a2fd709 100644 --- a/cli/tools/repl.rs +++ b/cli/tools/repl.rs @@ -467,7 +467,7 @@ pub async fn run( .load_history(history_file.to_str().unwrap()) .unwrap_or(()); - println!("Deno {}", crate::version::DENO); + println!("Deno {}", crate::version::deno()); println!("exit using ctrl+d or close()"); inject_prelude(&mut worker, &mut session, context_id).await?; |