From d0fdfaaca76a6e1835df9881c981ada7f12546a0 Mon Sep 17 00:00:00 2001 From: Krzysztof Wolicki Date: Wed, 29 Nov 2023 07:17:54 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bcfc47..ae35a70 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repo provides a template for Advent of Code participants using Zig. It contains a main file for each day, a build.zig file set up with targets for each day, and Visual Studio Code files for debugging. -This template has been tested with Zig 0.10.0. It may not work with other versions. +This template has been tested with Zig `0.12.0-dev.1754+2a3226453`. It may not work with other versions. ## How to use this template: