Skip to content

Commit cce3bd4

Browse files
committed
v0.1.2
* Added https import support. * Added deno.makeTempDirSync(). * Added deno.lstatSync() and deno.statSync().
1 parent 0ec629d commit cce3bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use binding;
33
use std::ffi::CStr;
44

55
// This is the source of truth for the Deno version. Ignore the value in Cargo.toml.
6-
const DENO_VERSION: &str = "0.1.1";
6+
const DENO_VERSION: &str = "0.1.2";
77

88
pub fn print_version() {
99
let v = unsafe { binding::deno_v8_version() };

0 commit comments

Comments
 (0)