bump: version 0.1.27

This commit is contained in:
Harshith Mullapudi 2025-10-30 12:30:24 +05:30
parent 4f27d2128b
commit f038ad5c61
3 changed files with 4 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
VERSION=0.1.26
VERSION=0.1.27
# Nest run in docker, change host to database container name
DB_HOST=postgres
@ -52,6 +52,4 @@ MODEL=gpt-4.1-2025-04-14
## for opensource embedding model
# EMBEDDING_MODEL=mxbai-embed-large
QUEUE_PROVIDER=bullmq
TELEMETRY_ENABLED=false
QUEUE_PROVIDER=bullmq

View File

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