From 86e05baf9efa31ca934f26fdfe0863b628c3e624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Mon, 24 Feb 2025 01:41:48 +0100 Subject: [PATCH] [baserow] Update from 1.30.1 to 1.31.1 --- services/baserow/service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/baserow/service b/services/baserow/service index 77c6caa..05ddec1 100644 --- a/services/baserow/service +++ b/services/baserow/service @@ -1,4 +1,4 @@ CONTAINER=baserow/baserow -VERSION=1.30.1 +VERSION=1.31.1 INTERNAL_IP=192.168.0.29 DEPENDS="postgresql mail"