summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-12-18 18:13:06 -0500
committerRy Dahl <ry@tinyclouds.org>2019-12-18 18:48:41 -0500
commitfcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed (patch)
treebd08f8e2df97f380f7e2229c4728dc84e1b74059 /core
parentef30d376db94bda24ed31947a1cc264b827705dc (diff)
v0.27.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 e39c5e8a2..47f229d13 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.26.0"
+version = "0.27.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]