1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
This commit is contained in:
Ryan Dahl 2018-08-27 11:57:41 -04:00
parent 634a9e3932
commit c42e4ddbb7

View file

@ -3,7 +3,7 @@ use binding;
use std::ffi::CStr; use std::ffi::CStr;
// This is the source of truth for the Deno version. Ignore the value in Cargo.toml. // This is the source of truth for the Deno version. Ignore the value in Cargo.toml.
const DENO_VERSION: &str = "0.1.0"; const DENO_VERSION: &str = "0.1.1";
pub fn print_version() { pub fn print_version() {
let v = unsafe { binding::deno_v8_version() }; let v = unsafe { binding::deno_v8_version() };