summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-05-11 12:43:10 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-05-11 17:19:21 -0400
commit23aca36d52220efbfbc07abbe165bd2c9ade2009 (patch)
treea03a8fc05efcbd517c45f21b8bd5a72f2d9417d9 /core
parent551b56dd855945f0ea506ea83a06b90b1399aa47 (diff)
v0.5.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 5d317a782..8ce7e1240 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.4.0"
+version = "0.5.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]