summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-04-25 15:04:19 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-04-25 13:59:18 -0600
commit40d8ef1ec9f5e50017c41af8bf3b9f8454f97544 (patch)
treeeefb6007615b038be1cc35e1c92b72e0401edcab /core/Cargo.toml
parentaa85a4d2884e7600e0f64c457e20cd7f02b811c6 (diff)
v0.3.10
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 6f0812d3a..7b560fa4e 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.3.9"
+version = "0.3.10"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]