diff --git a/.env.example b/.env.example index 8716d28..32edd4e 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -VERSION=0.1.22 +VERSION=0.1.23 # Nest run in docker, change host to database container name DB_HOST=localhost diff --git a/hosting/docker/.env b/hosting/docker/.env index b49fc09..439f3d9 100644 --- a/hosting/docker/.env +++ b/hosting/docker/.env @@ -1,4 +1,4 @@ -VERSION=0.1.22 +VERSION=0.1.23 # Nest run in docker, change host to database container name DB_HOST=postgres diff --git a/package.json b/package.json index bdb5348..21fd40e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "core", "private": true, - "version": "0.1.22", + "version": "0.1.23", "workspaces": [ "apps/*", "packages/*"