From e97f29c7250f198f259024d314d678f450fbae19 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 11 Apr 2023 09:16:37 +0200 Subject: [PATCH] CI: .ecrc: remove version The only thing we define in the config file is "SpacesAftertabs": true besides the version. Apparently it works fine if the version is removed, and it avoids an error if the version changed (as it just did now): > Version from config file is not the same as the version of the binary > Binary: 2.7.0, Config 2.6.0 --- .ecrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.ecrc b/.ecrc index 6dbeeba41..aaa329789 100644 --- a/.ecrc +++ b/.ecrc @@ -1,4 +1,3 @@ { - "Version": "2.6.0", "SpacesAftertabs": true }