summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-08-13 14:54:18 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-08-13 18:35:04 -0400
commit58f0e9b9b1b53ca486ef38ae662b98cbde839248 (patch)
tree9f3a6052ee40e91d6ce85a7207fdc59bbff500a3 /core
parent1f8b1a587c397dd01e058820769580323a0f7330 (diff)
v0.15.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 d69e130ae..437ded051 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.14.0"
+version = "0.15.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]