bump: new version 0.1.24

This commit is contained in:
Harshith Mullapudi 2025-10-09 12:33:58 +05:30
parent 7319930048
commit 87dca56416
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
VERSION=0.1.23 VERSION=0.1.24
# Nest run in docker, change host to database container name # Nest run in docker, change host to database container name
DB_HOST=localhost DB_HOST=localhost

View File

@ -2,7 +2,7 @@ import { z } from "zod";
const EnvironmentSchema = z.object({ const EnvironmentSchema = z.object({
// Version // Version
VERSION: z.string().default("0.1.14"), VERSION: z.string().default("0.1.24"),
// Database // Database
DB_HOST: z.string().default("localhost"), DB_HOST: z.string().default("localhost"),

View File

@ -1,4 +1,4 @@
VERSION=0.1.23 VERSION=0.1.24
# Nest run in docker, change host to database container name # Nest run in docker, change host to database container name
DB_HOST=postgres DB_HOST=postgres

View File

@ -1,7 +1,7 @@
{ {
"name": "core", "name": "core",
"private": true, "private": true,
"version": "0.1.23", "version": "0.1.24",
"workspaces": [ "workspaces": [
"apps/*", "apps/*",
"packages/*" "packages/*"