From 77fd1e05a156c695527221c4583f78ca9eba1f1e Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Fri, 29 Jan 2021 14:15:40 +0100 Subject: [PATCH] [v3] Add version property to config.json --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index a7b5282..5515f15 100644 --- a/config.json +++ b/config.json @@ -3,6 +3,7 @@ "language": "05AB1E", "active": false, "blurb": "", + "version": 3, "ignore_pattern": "[Ee]xample", "solution_pattern": "[Ee]xample", "test_pattern": "[Tt]est",