0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 12:50:43 -05:00

Bump version to v0.1.0

https://github.com/denoland/deno/milestone/1
This commit is contained in:
Ryan Dahl 2018-08-23 09:43:26 -04:00
parent ecb955929f
commit 68d388229e

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