Ensure correct version is specified in Cargo.toml files

This commit is contained in:
Tobie Morgan Hitchcock 2022-07-19 00:09:06 +01:00
parent 39a0ad22c6
commit 8a90139fe3
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name = "surreal"
publish = false
edition = "2021"
version = "0.0.0"
version = "1.0.0-beta.1"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
[workspace]

View file

@ -2,7 +2,7 @@
name = "surrealdb"
publish = true
edition = "2021"
version = "0.1.0"
version = "1.0.0-beta.1"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
[features]