Skip to content

Commit

Permalink
Makefile: bump to 0.3dev
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Apr 24, 2024
1 parent be7acb2 commit fe08463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: boot dev kernel shell dev bundle micro hugo wanix boot/kernel.gz initfsDirs clean

VERSION=0.2dev
VERSION=0.3dev
DEBUG?=false

all: wanix kernel shell build micro
Expand All @@ -10,6 +10,7 @@ dev: all

release:
VERSION=$(VERSION) goreleaser release --snapshot --clean
./local/macsign/notarize

clean:
rm -rf ./boot/initfs
Expand Down

0 comments on commit fe08463

Please sign in to comment.