Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
* Added https import support.
* Added deno.makeTempDirSync().
* Added deno.lstatSync() and deno.statSync().
  • Loading branch information
ry committed Aug 30, 2018
1 parent 0ec629d commit cce3bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.rs
Expand Up @@ -3,7 +3,7 @@ use binding;
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.1";
const DENO_VERSION: &str = "0.1.2";

pub fn print_version() {
let v = unsafe { binding::deno_v8_version() };
Expand Down

0 comments on commit cce3bd4

Please sign in to comment.