Skip to content

Commit

Permalink
Novusk v3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanMcMillan54 committed Jun 28, 2022
1 parent 32b9739 commit 2e3a94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "novusk"
version = "3.0.0"
version = "3.0.1"
authors = ["Nathan McMillan <nathanmcmillan54@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion include/novusk/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::kernel::syscalls::arch_syscalls::SYSCALL_TABLE;

pub const MAJOR_VERSION: i32 = 3;
pub const MINOR_VERSION: i32 = 0;
pub const REALLY_MINOR_VERSION: i32 = 0;
pub const REALLY_MINOR_VERSION: i32 = 1;
pub const VERSION_NAME: &str = "Coffee";

// -----------------
Expand Down

0 comments on commit 2e3a94f

Please sign in to comment.