Skip to content

Commit 59f3fca

Browse files
committed
v0.1.3
* Fixes module resolution error #645 * Better flag parsing * lStatSync -> lstatSync * Added deno.renameSync() * Added deno.mkdirSync() * Fix circular dependencies #653 * Added deno.env() and --allow-env
1 parent 49c0cb5 commit 59f3fca

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 libdeno;
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.2";
6+
const DENO_VERSION: &str = "0.1.3";
77

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

0 commit comments

Comments
 (0)