summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-09-24 18:45:31 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-09-25 10:58:35 -0400
commit3892cf59018acd71dd4bc1099d747bd683cd4118 (patch)
tree3cb09dadd2745efa4bc9b4a9f82f93fc2f5b6fa1 /core
parent3d2d0ee771abe308aee9a0ab6c89fd09bac80330 (diff)
v0.19.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 5a62eecec..190c5945f 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.18.0"
+version = "0.19.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]