From 4a88e169db4561070d0d08e1d636c7d7789c184a Mon Sep 17 00:00:00 2001 From: "asciidoctor-updateclibot[bot]" Date: Tue, 30 Jul 2024 00:02:34 +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 f6f6a02..dd786c4 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.2.1 +PANDOC_VERSION ?= 3.3 all: build test README all-load: build-load test README