From 592990ae63d6f4fa9c1cf95d8df9a93458bd250e Mon Sep 17 00:00:00 2001 From: Steven Kang Date: Wed, 25 Oct 2023 20:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20version=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index 6ee421fb..b7c35cca 100644 --- a/src/makefile +++ b/src/makefile @@ -1,7 +1,7 @@ BUILD:=../build SRC:=. -ONIX_VERSION:=1.0.0 +ONIX_VERSION:=1.0.1 MULTIBOOT2:=0x18000 ENTRYPOINT:=$(shell python -c "print(f'0x{$(MULTIBOOT2) + 0x8000:x}')") WSL2:=$(findstring WSL2,$(shell uname -r))