Skip to content

Commit

Permalink
🚀 version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenBaby committed Oct 25, 2023
1 parent a3fce18 commit 592990a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit 592990a

Please sign in to comment.