diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-27 11:57:41 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-28 09:37:52 -0400 |
commit | c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e (patch) | |
tree | 36891b7942bc3e8b748928bd60cb93952d31a5c2 /src | |
parent | 634a9e3932f76adff5c7b54931d32dc650c71446 (diff) |
v0.1.1
Diffstat (limited to 'src')
-rw-r--r-- | src/version.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.rs b/src/version.rs index 1f3b307c4..a8405c303 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() }; |