From 39f96cbd28406c0ec5f622352b0d875c30642c67 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Sun, 4 Jun 2023 21:48:55 +0200 Subject: [PATCH] Update config.properties (#693) fix db version to reflect the most recent --- docs-web/src/prod/resources/config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-web/src/prod/resources/config.properties b/docs-web/src/prod/resources/config.properties index 72a7dafb..75038405 100644 --- a/docs-web/src/prod/resources/config.properties +++ b/docs-web/src/prod/resources/config.properties @@ -1,3 +1,3 @@ api.current_version=${project.version} api.min_version=1.0 -db.version=27 \ No newline at end of file +db.version=28