From 3cf5eb9eb29176e997b6c5c52070e041d41b691c Mon Sep 17 00:00:00 2001 From: rbasso Date: Fri, 10 Mar 2017 15:39:08 +0900 Subject: [PATCH] bowling: Make canonical-data.json compliant --- exercises/bowling/canonical-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/bowling/canonical-data.json b/exercises/bowling/canonical-data.json index 4bad8685a7..8618c7cad5 100644 --- a/exercises/bowling/canonical-data.json +++ b/exercises/bowling/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "bowling", - "version": "1", + "version": "1.0.0", "comments": [ "Students should implement roll and score methods.", "Roll should accept a single integer.",