diff --git a/src/version.rs b/src/version.rs index e291225c29..fa4bc1fc00 100644 --- a/src/version.rs +++ b/src/version.rs @@ -3,7 +3,7 @@ use libdeno; use std::ffi::CStr; // This is the source of truth for the Deno version. Ignore the value in Cargo.toml. -const DENO_VERSION: &str = "0.1.4"; +const DENO_VERSION: &str = "0.1.5"; pub fn print_version() { let v = unsafe { libdeno::deno_v8_version() };