Skip to content

Commit

Permalink
chore(release): v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino-Kupinic committed Sep 24, 2024
1 parent a8059cc commit 52a0ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-backend-docs",
"version": "0.2.3",
"version": "0.2.4",
"description": "Documentation for the AI Backend project",
"scripts": {
"docs:dev": "vitepress dev src",
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
app = FastAPI(
title="AI Backend",
description="ai backend for your app powered by llama3",
version="0.2.3",
version="0.2.4",
)

origins = ["*"]
Expand Down

0 comments on commit 52a0ebd

Please sign in to comment.