From 524847ac58fb07f0e50a6610ab41b130138e2d2f Mon Sep 17 00:00:00 2001 From: Allen Lee Date: Mon, 17 Jun 2019 15:57:56 -0700 Subject: [PATCH] bump jekyll version to match github pages version https://pages.github.com/versions/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac587b8..d291abe 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Settings MAKEFILES=Makefile $(wildcard *.mk) JEKYLL=jekyll -JEKYLL_VERSION=3.7.3 +JEKYLL_VERSION=3.8.5 PARSER=bin/markdown_ast.rb DST=_site -- 2.30.2