diff --git a/Cargo.lock b/Cargo.lock index b35e3b21..e5716990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "libsky" -version = "0.8.0" +version = "0.8.0-beta" [[package]] name = "linux-raw-sys" @@ -1165,7 +1165,7 @@ dependencies = [ [[package]] name = "sky-bench" -version = "0.8.0" +version = "0.8.0-beta" dependencies = [ "crossbeam-channel", "env_logger", @@ -1178,7 +1178,7 @@ dependencies = [ [[package]] name = "sky_macros" -version = "0.8.0" +version = "0.8.0-beta" dependencies = [ "libsky", "proc-macro2", @@ -1188,7 +1188,7 @@ dependencies = [ [[package]] name = "skyd" -version = "0.8.0" +version = "0.8.0-beta" dependencies = [ "bytes", "crc", @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "skysh" -version = "0.8.0" +version = "0.8.0-beta" dependencies = [ "crossterm", "libsky", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index aa0baecf..60f2d5bd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skysh" -version = "0.8.0" +version = "0.8.0-beta" authors = ["Sayan Nandan "] edition = "2021" description = "The Skytable Shell (skysh)" diff --git a/cli/help_text/help b/cli/help_text/help index 8a4d6ab6..92cd880b 100644 --- a/cli/help_text/help +++ b/cli/help_text/help @@ -1,4 +1,4 @@ -skysh 0.8.0 +skysh 0.8.0-beta Sayan N. The Skytable interactive shell (skysh) diff --git a/libsky/Cargo.toml b/libsky/Cargo.toml index 63bb93c6..9ada81df 100644 --- a/libsky/Cargo.toml +++ b/libsky/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Sayan Nandan "] edition = "2021" name = "libsky" -version = "0.8.0" +version = "0.8.0-beta" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/server/Cargo.toml b/server/Cargo.toml index 064203ed..1f2f34e7 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Sayan Nandan "] edition = "2021" name = "skyd" -version = "0.8.0" +version = "0.8.0-beta" description = "Skytable is a modern NoSQL database powered by BlueQL that aims to deliver performance, scalability and flexibility with data" license = "AGPL-3.0" diff --git a/sky-bench/Cargo.toml b/sky-bench/Cargo.toml index 60e11f65..9cf6e755 100644 --- a/sky-bench/Cargo.toml +++ b/sky-bench/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Sayan Nandan "] edition = "2021" name = "sky-bench" -version = "0.8.0" +version = "0.8.0-beta" description = "The Skytable benchmark tool can be used to benchmark Skytable installations" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/sky-bench/help_text/help b/sky-bench/help_text/help index a191d8ba..82ad79b1 100644 --- a/sky-bench/help_text/help +++ b/sky-bench/help_text/help @@ -1,4 +1,4 @@ -sky-bench 0.8.0 +sky-bench 0.8.0-beta Sayan N. Skytable benchmark tool diff --git a/sky-macros/Cargo.toml b/sky-macros/Cargo.toml index 1f24cf3f..ff168eca 100644 --- a/sky-macros/Cargo.toml +++ b/sky-macros/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Sayan Nandan "] edition = "2021" name = "sky_macros" -version = "0.8.0" +version = "0.8.0-beta" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html