summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-05-03 19:09:19 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-05-03 19:33:50 -0400
commit2aae09c2b869bf5d0bc5fd269464e8ac504528ea (patch)
treef435d3b370689b880be22113ff10a1d64f150876 /core
parent5824e55efa8312d6ce5f66741c7fb465c5d924e6 (diff)
v0.4.0
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 58710aca0..21efe2e7a 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.3.11"
+version = "0.4.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]