diff --git a/Cargo.toml b/Cargo.toml index 2e17e72f..f1187a1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "surreal" publish = false edition = "2021" -version = "0.0.0" +version = "1.0.0-beta.1" authors = ["Tobie Morgan Hitchcock "] [workspace] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7ecfc5ae..7255dbda 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "surrealdb" publish = true edition = "2021" -version = "0.1.0" +version = "1.0.0-beta.1" authors = ["Tobie Morgan Hitchcock "] [features]