diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 14:30:05 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-05-03 18:05:41 -0400 |
commit | 3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4 (patch) | |
tree | f6f0d259bfeb592639801d73ff4d51117725e4d2 /core | |
parent | f6a9d7d7172df6422f895dcfe6f4267ad1b472da (diff) |
v0.3.11
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 7b560fa4e..58710aca0 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.3.10" +version = "0.3.11" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["The deno authors <bertbelder@nodejs.org>"] |