summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-07-06 19:38:51 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-07-07 12:17:46 -0400
commit92ac616708cb067a1b895283913c5ecd25c6d873 (patch)
tree1b2708ecab49ea7fe36d8267b9316383834419e5 /core
parenta948f9ff541e5983bc29113d1e0f1898206f8581 (diff)
v0.11.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 f4ab8c1e9..b22bf7fe9 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.10.0"
+version = "0.11.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]