From 8a0dcc702a24a276c31dfb56e09ea1b47675e94e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 3 Dec 2024 15:48:08 +0000 Subject: [PATCH 1/2] Update extension version to 1.0.41 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 42de3749..7cb055ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.40 +1.0.41 From 852901741e212ee1dcdcd0a7f0fcd0b74d93ce7f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 3 Dec 2024 15:48:08 +0000 Subject: [PATCH 2/2] Update MindsDB version to v24.12.1.0 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 7a40e89e..55cd84c1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: mindsdb: - image: mindsdb/mindsdb:v24.11.4.2 + image: mindsdb/mindsdb:v24.12.1.0 ports: - "47334:47334" - "47335:47335"