chore: Bump the version to 5 (#2724)

This commit is contained in:
Jade
2024-08-23 12:52:41 -06:00
committed by GitHub
parent ece5577f26
commit e423678995
5 changed files with 5 additions and 5 deletions

2
core/Cargo.lock generated
View File

@@ -5021,7 +5021,7 @@ dependencies = [
[[package]]
name = "start-os"
version = "0.3.6-alpha.4"
version = "0.3.6-alpha.5"
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.4"
version = "0.3.6-alpha.5"
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_4::Version; // VERSION_BUMP
pub type Current = v0_3_6_alpha_5::Version; // VERSION_BUMP
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
#[serde(untagged)]

View File

@@ -1,6 +1,6 @@
{
"name": "startos-ui",
"version": "0.3.6-alpha.4",
"version": "0.3.6-alpha.5",
"author": "Start9 Labs, Inc",
"homepage": "https://start9.com/",
"license": "MIT",

View File

@@ -12,7 +12,7 @@
<ion-content class="ion-padding">
<h2>This Release</h2>
<h4>0.3.6-alpha.4</h4>
<h4>0.3.6-alpha.5</h4>
<h6>This is an ALPHA release! DO NOT use for production data!</h6>
<h6>Expect that any data you create or store on this version of the OS can be LOST FOREVER!</h6>