diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-20 14:23:48 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-20 15:22:08 -0400 |
commit | 22feb74ba12215597416b5531f8a557302283e79 (patch) | |
tree | 3a4e9e82d659298afc7fea0f5f8723696db68052 /core | |
parent | 9620b20edebdc40e97658caeef5de621881df1f5 (diff) |
v0.6.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 8ce7e1240..e555c5862 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.5.0" +version = "0.6.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["The deno authors <bertbelder@nodejs.org>"] |