Skip to content

Commit 22d1c51

Browse files
committed
Increase the patch version
1 parent 1c958e3 commit 22d1c51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/abi/syscall.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ extern "C" fn syscall_inner(arg1: u64, arg2: u64, syscall_no: u64) -> SyscallRet
153153
0x01 => unsafe {
154154
let name = b"rourex";
155155
let user = b"root";
156-
let version = b"v0.10.4";
156+
let version = b"v0.10.5";
157157
let path = b"/";
158158

159159
if let Some(nm) = (*sysinfo_ptr).system_name.get_mut(0..name.len()) {

src/input/cmd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::tui::{
1818
};
1919
use crate::video::vga::Color;
2020

21-
const KERNEL_VERSION: &[u8] = b"0.10.4";
21+
const KERNEL_VERSION: &[u8] = b"0.10.5";
2222

2323
struct Command {
2424
name: &'static [u8],

0 commit comments

Comments
 (0)