Update version to 0.13.0

This commit is contained in:
Faruk AYDIN
2024-08-01 17:32:19 +02:00
parent 69eed65c9b
commit 50d91405a9
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ const appConfig = {
isDev: appEnv === 'development',
isTest: appEnv === 'test',
isProd: appEnv === 'production',
version: '0.12.0',
version: '0.13.0',
postgresDatabase: process.env.POSTGRES_DATABASE || 'automatisch_development',
postgresSchema: process.env.POSTGRES_SCHEMA || 'public',
postgresPort: parseInt(process.env.POSTGRES_PORT || '5432'),