summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-08-22 14:47:25 -0400
committerBert Belder <bertbelder@gmail.com>2019-08-22 15:11:22 -0700
commit0809b06a3938868f364f1343b0de4d5d9686495d (patch)
treea0823b19eccb54e85455ee1c07b797dea2445b0e /core
parent7f9c6decc8982dc9dec762d6f2cc77c6bdd3f817 (diff)
v0.16.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 39c889639..e10318264 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.15.0"
+version = "0.16.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]