We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1023202 commit 5307aa9Copy full SHA for 5307aa9
src/version.rs
@@ -3,7 +3,7 @@ use libdeno;
3
use std::ffi::CStr;
4
5
// This is the source of truth for the Deno version. Ignore the value in Cargo.toml.
6
-const DENO_VERSION: &str = "0.1.6";
+const DENO_VERSION: &str = "0.1.7";
7
8
pub fn print_version() {
9
let v = unsafe { libdeno::deno_v8_version() };
0 commit comments