From f038ad5c6167b90821aebb8199cf7b47ac5bca8a Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Thu, 30 Oct 2025 12:30:24 +0530 Subject: [PATCH] bump: version 0.1.27 --- .env.example | 2 +- hosting/docker/.env | 6 ++---- package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 2694189..61dbec9 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/hosting/docker/.env b/hosting/docker/.env index 56a84f4..410fc9c 100644 --- a/hosting/docker/.env +++ b/hosting/docker/.env @@ -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 \ No newline at end of file +QUEUE_PROVIDER=bullmq \ No newline at end of file diff --git a/package.json b/package.json index 5dc756d..2cbe6c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "core", "private": true, - "version": "0.1.26", + "version": "0.1.27", "workspaces": [ "apps/*", "packages/*"