summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-06-25 09:31:51 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-06-25 07:09:46 -0700
commitc56df45355c8e68eabbfa62021e7ca7484115c0b (patch)
tree74965f1ee62a6e07994e51fe242bf0a5fa2602a9 /core
parent3a4d88475b40a17f2ce17b775a3f07c78be83d79 (diff)
v0.10.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 953f41a31..f4ab8c1e9 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.9.0"
+version = "0.10.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]