Skip to content

Commit

Permalink
chore: Update the PANDOC_VERSION variable in the Makefile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
asciidoctor-updateclibot[bot] committed Jul 30, 2024
1 parent 97bb3dc commit 4a88e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a88e16

Please sign in to comment.