Show app version in system settings sidebar (#4044)

* Add version tagging
resolves #4038
closes #4034
closes #4028

* add hook

* add build

* patch
This commit is contained in:
Timothy Carambat
2025-06-24 13:56:12 -07:00
committed by GitHub
parent 1e1694fcd0
commit 64d9fbc8f0
9 changed files with 89 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "anything-llm",
"version": "0.2.0",
"version": "1.8.2",
"description": "The best solution for turning private documents into a chat bot using off-the-shelf tools and commercially viable AI technologies.",
"main": "index.js",
"type": "module",