Skip to content

Commit 17d8c74

Browse files
committed
Bump up the version
1 parent 2cbe8f7 commit 17d8c74

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

llmstack/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llmstack",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"proxy": "http://localhost:9000",
66
"homepage": "https://llmstack.trypromptly.com",

llmstack/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: llmstack
22
services:
33
api:
4-
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.1}
4+
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.2}
55
command: apiserver
66
links:
77
- postgres:postgres

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llmstack"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Low-code platform to build generative AI apps, chatbots and agents with your data"
55
authors = ["Ajay Chintala"]
66
license = "ELv2"

0 commit comments

Comments
 (0)