summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-12-05 16:26:02 -0500
committerRy Dahl <ry@tinyclouds.org>2019-12-05 21:41:16 -0500
commit0ce9011edc8ec53df47e3103ecca3069d385ce37 (patch)
treefcd21764584d564c0ffa8fae5d06f03c9328adb3 /core
parente6228bc3c4d974cf9e67b00e0a14a09f94d8ef5e (diff)
v0.26.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 cea3992c9..72f6a4e6e 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.25.0"
+version = "0.26.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]