summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-04-25 09:21:37 -0400
committerBert Belder <bertbelder@gmail.com>2019-04-25 17:44:34 +0200
commite725b26b289fbe96b679039ba4203f10f7229ab9 (patch)
treed87a20ef25311a6bb4aef2d474734291037486d1 /core
parent8578ed4e7fcbddcbfb87368529f629ce1aebfebb (diff)
v0.3.9
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 5afcc4c70..6f0812d3a 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.3.8"
+version = "0.3.9"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]