From 90a18b5deda19f139f7aeffa10d6f3b1bb1e4523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Busso?= Date: Wed, 20 Oct 2021 20:35:18 +1300 Subject: [PATCH] Bump dbversion --- api/portainer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/portainer.go b/api/portainer.go index 1051511b0..92ee25f8e 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -1472,7 +1472,7 @@ const ( // APIVersion is the version number of the Portainer API APIVersion = "2.9.2" // DBVersion is the version number of the Portainer database - DBVersion = 32 + DBVersion = 33 // ComposeSyntaxMaxVersion is a maximum supported version of the docker compose syntax ComposeSyntaxMaxVersion = "3.9" // AssetsServerURL represents the URL of the Portainer asset server