Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
ry committed Aug 28, 2018
1 parent 634a9e3 commit c42e4dd
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.0";
const DENO_VERSION: &str = "0.1.1";

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

3 comments on commit c42e4dd

@teligi
Copy link

@teligi teligi commented on c42e4dd Aug 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't imagine now how many commits it will take Deno to the version 1.0.0

@wjiec
Copy link

@wjiec wjiec commented on c42e4dd Aug 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@teligi So hurry to see the source code

@DricHao
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How many more features need to be completed?

Please sign in to comment.