summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-09-04 11:19:45 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-09-04 17:15:32 -0400
commit82588ec09c199683cff88097e1b90649497239c7 (patch)
tree855956803bc7b74ef8bd1ff9e04fa341a7a02f3a /core
parent5c7c876a71bb15a2176b555d9d88621e26e9ab99 (diff)
v0.17.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 fd6f5548f..ea043b350 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.16.0"
+version = "0.17.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]