From 3312f62632fe0442f3b57701d0c9748ed181721d Mon Sep 17 00:00:00 2001 From: Jeremy Walker Date: Sat, 29 Jul 2023 19:08:14 +0100 Subject: [PATCH] Update sample exercise to version to representer (#1558) Test the new representer version key. --- exercises/practice/zipper/.meta/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exercises/practice/zipper/.meta/config.json b/exercises/practice/zipper/.meta/config.json index ba57a5e308..a6df10e601 100644 --- a/exercises/practice/zipper/.meta/config.json +++ b/exercises/practice/zipper/.meta/config.json @@ -21,5 +21,8 @@ ".meta/example.rb" ] }, - "blurb": "Creating a zipper for a binary tree." + "blurb": "Creating a zipper for a binary tree.", + "representer": { + "version": 2 + } }