summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-06-14 18:34:23 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-06-15 09:04:57 -0700
commit7b06aa37342c021f9f1fac99125847d134e67001 (patch)
tree7d97e251ffc75be4611f726bd9e15f883a4188c5 /core
parent9142a7df46fd1335c9ee007edcc4e83eb589a794 (diff)
v0.9.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 70c066b28..953f41a31 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.8.0"
+version = "0.9.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]