diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-08-09 02:53:04 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-08-09 03:03:27 +0200 |
commit | 83d5362f1d7d8589b862de57912135067a8278c7 (patch) | |
tree | e8f3eb69cbfb5dd621190866502dbf1a88769449 /core | |
parent | 6fbf2e96243e6b79c1fb03c17b376b028e442694 (diff) |
v0.14.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 bfb02c3da..d69e130ae 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "0.13.0" +version = "0.14.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" authors = ["The deno authors <bertbelder@nodejs.org>"] |