Skip to content

Commit

Permalink
Merge pull request #659 from hermit-os/release
Browse files Browse the repository at this point in the history
chore: release hermit 0.10.0
  • Loading branch information
mkroening authored Jan 18, 2025
2 parents dff2e9b + f120b32 commit 57136dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hermit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hermit"
version = "0.9.1"
version = "0.10.0"
authors = [
"Stefan Lankes <[email protected]>",
"Martin Kröning <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion hermit/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl KernelSrc {
}

fn download() -> Self {
let version = "0.8.0";
let version = "0.10.0";
let out_dir = out_dir();
let src_dir = out_dir.join(format!("kernel-{version}"));

Expand Down
2 changes: 1 addition & 1 deletion kernel
Submodule kernel updated 119 files

0 comments on commit 57136dc

Please sign in to comment.