version bump

This commit is contained in:
Mariusz Kogen
2024-07-31 09:11:37 +02:00
parent 972ee8e42e
commit 82ba5dad1b
6 changed files with 6 additions and 6 deletions

2
core/Cargo.lock generated
View File

@@ -4961,7 +4961,7 @@ dependencies = [
[[package]]
name = "start-os"
version = "0.3.6-alpha.2"
version = "0.3.6-alpha.3"
dependencies = [
"aes",
"async-compression",

View File

@@ -14,7 +14,7 @@ keywords = [
name = "start-os"
readme = "README.md"
repository = "https://github.com/Start9Labs/start-os"
version = "0.3.6-alpha.2"
version = "0.3.6-alpha.3"
license = "MIT"
[lib]

View File

@@ -22,7 +22,7 @@ mod v0_3_6_alpha_5;
mod v0_3_6_alpha_6;
mod v0_3_6_alpha_7;
pub type Current = v0_3_6_alpha_2::Version; // VERSION_BUMP
pub type Current = v0_3_6_alpha_3::Version; // VERSION_BUMP
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
#[serde(untagged)]