Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
- Performance and stability improvements on all platforms.
- Add cwd() and chdir() #907
- Specify deno_dir location with env var DENO_DIR #970
- Make fetch() header compliant with the current spec #1019
- Upgrade TypeScript to 3.1.3
- Upgrade V8 to 7.1.302.4
  • Loading branch information
ry committed Oct 21, 2018
1 parent bcf10bc commit c85311d
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 libdeno;
use std::ffi::CStr;

// This is the source of truth for the Deno version. Ignore the value in Cargo.toml.
pub const DENO_VERSION: &str = "0.1.8";
pub const DENO_VERSION: &str = "0.1.9";

pub fn get_v8_version() -> &'static str {
let v = unsafe { libdeno::deno_v8_version() };
Expand Down

0 comments on commit c85311d

Please sign in to comment.