Skip to content

Commit

Permalink
v0.3.6-alpha.6 (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez authored Sep 27, 2024
1 parent e7fa94c commit 5146689
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/startos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = [
name = "start-os"
readme = "README.md"
repository = "https://github.com/Start9Labs/start-os"
version = "0.3.6-alpha.5"
version = "0.3.6-alpha.6"
license = "MIT"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion core/startos/src/version/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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_5::Version; // VERSION_BUMP
pub type Current = v0_3_6_alpha_6::Version; // VERSION_BUMP

#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
#[serde(untagged)]
Expand Down
4 changes: 2 additions & 2 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "startos-ui",
"version": "0.3.6-alpha.5",
"version": "0.3.6-alpha.6",
"author": "Start9 Labs, Inc",
"homepage": "https://start9.com/",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ion-content class="ion-padding">
<h2>This Release</h2>

<h4>0.3.6-alpha.5</h4>
<h4>0.3.6-alpha.6</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
Expand Down

0 comments on commit 5146689

Please sign in to comment.