Skip to content

Commit f54286f

Browse files
committed
Add version to Makefile
1 parent 10f0894 commit f54286f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
VERSION := v1.0.0-beta.4
12
SRC_FILES := $(shell find src -name '*.sh' -o -name '*.png')
23
NEXT_WAKEUP_SRC_FILES := $(shell find src/next-wakeup/src -name '*.rs')
34
TARGET_FILES := $(SRC_FILES:src/%=dist/%)

0 commit comments

Comments
 (0)