From c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 27 Aug 2018 11:57:41 -0400 Subject: [PATCH] v0.1.1 --- src/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.rs b/src/version.rs index 1f3b307c429c3..a8405c303505f 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.1.0"; +const DENO_VERSION: &str = "0.1.1"; pub fn print_version() { let v = unsafe { binding::deno_v8_version() };