From 57caaff01df056d00527b5af21e1f935705eb4c1 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Thu, 28 Jul 2022 10:00:54 +0100 Subject: [PATCH] Release 1.0.0-beta.4 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3018a01c..ebc452d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3277,7 +3277,7 @@ dependencies = [ [[package]] name = "surrealdb" -version = "1.0.0-beta.3" +version = "1.0.0-beta.4" dependencies = [ "argon2", "async-channel", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 70edf82d..baad990a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "surrealdb" publish = true edition = "2021" -version = "1.0.0-beta.3" +version = "1.0.0-beta.4" readme = "CARGO.md" authors = ["Tobie Morgan Hitchcock "] description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"