From ca4ace6b1f054593029df4958538708c2fbbabc2 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 22 Aug 2018 10:51:24 -0400 Subject: Bump version to v0.0.3 --- src/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/version.rs b/src/version.rs index fb64d94d3..e77c37c4a 100644 --- a/src/version.rs +++ b/src/version.rs @@ -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() }; -- cgit v1.2.3