summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-11-26 08:22:18 -0800
committerRy Dahl <ry@tinyclouds.org>2019-11-26 10:01:59 -0800
commit2cd22b5437a375f0e33f26327101afb818a03802 (patch)
tree0208cd6a912e1a183c1e4c57b690b44d0598d19a /core
parent9712e0c31582b5052e7e647f694af1f7bccad0b9 (diff)
v0.25.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 ee15308ba..cea3992c9 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.24.0"
+version = "0.25.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]