summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-11-14 22:22:50 -0500
committerRy Dahl <ry@tinyclouds.org>2019-11-14 22:52:58 -0500
commit0fffef8e5afed754358efc5b41d93549592cd941 (patch)
tree4014cf68bd2e3df02193d83bd18bf1d10e58da88 /core
parent79010384587f1c3474407ce72500cdbcc18e9792 (diff)
v0.24.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 344386277..b1f08d234 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.23.0"
+version = "0.24.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]