From a34313e563d83f102bee3cc26df44d44aa34ecc7 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Mon, 16 Dec 2024 09:58:22 +0100 Subject: [PATCH] Bump expected redis schema version to `6` --- cmd/icingadb/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/icingadb/main.go b/cmd/icingadb/main.go index d2178db1..3e2815a8 100644 --- a/cmd/icingadb/main.go +++ b/cmd/icingadb/main.go @@ -30,7 +30,7 @@ import ( const ( ExitSuccess = 0 ExitFailure = 1 - expectedRedisSchemaVersion = "5" + expectedRedisSchemaVersion = "6" ) func main() {