summaryrefslogtreecommitdiff
path: root/src/version.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.rs')
-rw-r--r--src/version.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.rs b/src/version.rs
index 313b7dc9c..fb64d94d3 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.1";
+const DENO_VERSION: &str = "0.0.2";
pub fn print_version() {
let v = unsafe { binding::deno_v8_version() };