Bump version to v0.0.3

This commit is contained in:
Ryan Dahl 2018-08-22 10:51:24 -04:00
parent 27ef77e31b
commit ca4ace6b1f

View file

@ -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.0.2";
const DENO_VERSION: &str = "0.0.3";
pub fn print_version() {
let v = unsafe { binding::deno_v8_version() };