summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-04-19 11:27:02 -0400
committerRyan Dahl <ry@tinyclouds.org>2019-04-19 11:41:13 -0400
commit0796a8f2f75005df95ef6115a4bdf6dd66e58dc3 (patch)
treeb81520292ecd4f845f973929a0a191118ad3d7bd /core
parent5e5c8553e70cfd092cb5ce8a1c77a29fbba770bf (diff)
v0.3.8
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 32cd6fe79..5afcc4c70 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.3.7"
+version = "0.3.8"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["The deno authors <bertbelder@nodejs.org>"]