From 87dca5641627c622000a5303ea45e361bdc69a8a Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Thu, 9 Oct 2025 12:33:58 +0530 Subject: [PATCH] bump: new version 0.1.24 --- .env.example | 2 +- apps/init/src/utils/env.ts | 2 +- hosting/docker/.env | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 350d740..9761590 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -VERSION=0.1.23 +VERSION=0.1.24 # Nest run in docker, change host to database container name DB_HOST=localhost diff --git a/apps/init/src/utils/env.ts b/apps/init/src/utils/env.ts index b9e9acf..458ec7b 100644 --- a/apps/init/src/utils/env.ts +++ b/apps/init/src/utils/env.ts @@ -2,7 +2,7 @@ import { z } from "zod"; const EnvironmentSchema = z.object({ // Version - VERSION: z.string().default("0.1.14"), + VERSION: z.string().default("0.1.24"), // Database DB_HOST: z.string().default("localhost"), diff --git a/hosting/docker/.env b/hosting/docker/.env index 439f3d9..d973122 100644 --- a/hosting/docker/.env +++ b/hosting/docker/.env @@ -1,4 +1,4 @@ -VERSION=0.1.23 +VERSION=0.1.24 # Nest run in docker, change host to database container name DB_HOST=postgres diff --git a/package.json b/package.json index 21fd40e..6291816 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "core", "private": true, - "version": "0.1.23", + "version": "0.1.24", "workspaces": [ "apps/*", "packages/*"