From f0e6f9195843aea5718a6e93a6ef1db2084e742c Mon Sep 17 00:00:00 2001 From: William Yang Date: Tue, 10 Oct 2023 20:05:55 +0200 Subject: [PATCH] upgrade: msquic 2.2.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4a0366e..9a323c91 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ default: build-nif .PHONY: build-nif build-nif: - ./build.sh 'v2.2.2' + ./build.sh 'v2.2.3' compile: $(REBAR) compile