From 2db0d0c38a613d4c52a0a317b6f3e73c50df2c08 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Mon, 19 Feb 2024 09:58:35 +0100 Subject: [PATCH] chore: compatibility for dfx 0.17.0 --- compatibility.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compatibility.json b/compatibility.json index bd0a5c8..b297f2f 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1,4 +1,12 @@ { + "0.17.0": { + "nns": { + "versions": ["0.3.1"] + }, + "sns": { + "versions": ["0.3.1"] + } + }, "0.16.1": { "nns": { "versions": ["0.2.1"]