Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit d838751

Browse files
committed
Use Janet v1.17.2 on Unix.
1 parent 870a3ee commit d838751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clean:
1212
rm -fr build # Keep .Makefile.d and .reqd.
1313

1414
MAKEFILE := $(lastword $(MAKEFILE_LIST))
15-
JANET_REV := v1.17.1
15+
JANET_REV := v1.17.2
1616

1717
include .Makefile.d-init.mk
1818
include .Makefile.d/janet.mk

0 commit comments

Comments
 (0)