Skip to content

Commit 592990a

Browse files
committed
🚀 version 1.0.1
1 parent a3fce18 commit 592990a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BUILD:=../build
22
SRC:=.
33

4-
ONIX_VERSION:=1.0.0
4+
ONIX_VERSION:=1.0.1
55
MULTIBOOT2:=0x18000
66
ENTRYPOINT:=$(shell python -c "print(f'0x{$(MULTIBOOT2) + 0x8000:x}')")
77
WSL2:=$(findstring WSL2,$(shell uname -r))

0 commit comments

Comments
 (0)