summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-02 08:41:25 -0500
committerGitHub <noreply@github.com>2020-01-02 08:41:25 -0500
commit328fef9cd6aa0ab3033380cabdf91b9779db5054 (patch)
tree286ffaeeefc9cf9237b31a239a462889fdf41b63 /core
parentd4f2fda62331164b09290f2df1500b948f2647a7 (diff)
v0.28.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 1b8a38535..45f316a58 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "0.27.0"
+version = "0.28.0"
edition = "2018"
description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]