From 2e3a94f3a43ff0fe6de48ee6339ab279593f562d Mon Sep 17 00:00:00 2001 From: NathanMcMillan54 Date: Tue, 28 Jun 2022 02:00:56 -0400 Subject: [PATCH] Novusk v3.0.1. --- Cargo.toml | 2 +- include/novusk/src/version.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3599c790..372d0835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "novusk" -version = "3.0.0" +version = "3.0.1" authors = ["Nathan McMillan "] edition = "2021" diff --git a/include/novusk/src/version.rs b/include/novusk/src/version.rs index 7550d4e1..7c0aa628 100644 --- a/include/novusk/src/version.rs +++ b/include/novusk/src/version.rs @@ -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"; // -----------------