diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 19:09:19 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 19:33:50 -0400 |
commit | 2aae09c2b869bf5d0bc5fd269464e8ac504528ea (patch) | |
tree | f435d3b370689b880be22113ff10a1d64f150876 /core | |
parent | 5824e55efa8312d6ce5f66741c7fb465c5d924e6 (diff) |
v0.4.0
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
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>"] |