From 88a5f74dfbd389e1725265834fe508350cb59561 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 1 Mar 2024 18:49:21 +0100 Subject: [PATCH] Use the correct year. (^: --- compile-cv.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-cv.zsh b/compile-cv.zsh index e344d4b..1ede394 100755 --- a/compile-cv.zsh +++ b/compile-cv.zsh @@ -7,7 +7,7 @@ # Define options based on environment variables or use default values. include_links=${CV_INCLUDE_LINKS:-"true"} language=${CV_LANG:-"en"} -version="2023-03-01" +version="2024-03-01" typst_template="#import \"main.typ\": cv