diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-29 17:47:12 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-29 18:42:49 -0400 |
commit | 5265bd7cb1f86af99b01d73c537d52a50df95fe2 (patch) | |
tree | feedc11170dfdce8056c12cc000d6cf3416c0cf9 /core | |
parent | 856c44213b7faf507d4b481cfc170b2fd08f971a (diff) |
v0.7.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 e555c5862..fdd458534 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.6.0" +version = "0.7.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["The deno authors <bertbelder@nodejs.org>"] |