From 688a282a558d0407381e62e85a1da579ab680fde Mon Sep 17 00:00:00 2001 From: mikeplotean Date: Wed, 26 Jun 2024 12:51:43 +0300 Subject: [PATCH] chore: update version-tag --- docker-compose/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/.env b/docker-compose/.env index ec28f7e79..f1e9f6f40 100644 --- a/docker-compose/.env +++ b/docker-compose/.env @@ -21,5 +21,5 @@ MSSQL_DB_PORT=1433 #sqlite | postgres | mssql DATABASE_ENGINE=postgres -#VERSION_TAG=0.3.1 # <-- use new tag here +VERSION_TAG=0.4.0 COMPOSE_PROFILES=$DATABASE_ENGINE