From b132a7412f3095ff011b5bc291815477e685d5ee Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Mon, 8 Apr 2024 00:02:23 +0000 Subject: [PATCH] chore: Update the PANDOC_VERSION variable in the Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09ccfd9..3f3a66f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ARCH = $(shell uname -m) LOCAL_TARGET = $(shell if [ $(ARCH) = "aarch64" ] || [ $(ARCH) = "arm64" ]; then echo "linux/arm64"; else echo "linux/amd64"; fi) BUILDER = $(shell if $$(docker buildx use asciidoctor 2> /dev/null) ; then echo "true"; else echo "false"; fi) -PANDOC_VERSION ?= 3.1.12.3 +PANDOC_VERSION ?= 3.1.13 all: build test README all-load: build-load test README