summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-23 09:43:26 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-08-23 10:37:06 -0400
commit68d388229ea6ada339d68eb3d67feaff7a31ca97 (patch)
treedd58c44af9bca51b2a1a35f6a7ab82ba6ffebc87 /src
parentecb955929fd528f19c5fab9e4e904b621d8cf94d (diff)
Bump version to v0.1.0
https://github.com/denoland/deno/milestone/1
Diffstat (limited to 'src')
-rw-r--r--src/version.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.rs b/src/version.rs
index e77c37c4a..1f3b307c4 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.3";
+const DENO_VERSION: &str = "0.1.0";
pub fn print_version() {
let v = unsafe { binding::deno_v8_version() };