diff --git a/Makefile b/Makefile index e23ba47..16d7a07 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PDFENGINE=weasyprint CC=gcc DOCKER=docker run -it -v ${PWD}:/workdir DOCKER_INIT=cd /workdir && make clean && -VERSION=0.10.0 +VERSION=0.10.1 TEST=primitives SCHEME=chibi TMPDIR=tmp/${SCHEME}