summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-19 17:48:12 -0400
committerRy Dahl <ry@tinyclouds.org>2019-10-19 18:46:02 -0400
commit4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd (patch)
tree92fffa9b1d8c870b20aaaf73ee27d5738f0514dd /core
parenteff2a27bd02f8987e904907ae6ebb6cb9c07944b (diff)
v0.21.0
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 040bb4782..241e8a2ac 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.20.0"
+version = "0.21.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]