summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-06-08 14:44:45 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-06-08 15:16:34 -0400
commitd60bdb6350f2583e35d020f6cebb6aa30262fbcc (patch)
tree04cfeb0bb6428e0dc342dd286fb74e36c4fcdf23 /core
parent307e0927531025dd707a0f4dc3fd549b65598eb2 (diff)
v0.8.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 7e1c7ff4d..301606321 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.7.0"
+version = "0.8.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]