From 3a618ab53811777bbce54a55af29b5f3f31852dc Mon Sep 17 00:00:00 2001 From: Marvin Walczak Date: Mon, 8 Jul 2024 21:09:02 +0200 Subject: [PATCH] new version --- backend/example.config.json | 2 +- client/example.config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/example.config.json b/backend/example.config.json index a1bee16..f62c322 100644 --- a/backend/example.config.json +++ b/backend/example.config.json @@ -1,6 +1,6 @@ { "description": "Do not change version, leave it as it is.", - "version": "0", + "version": "v1.0.0", "brain": { "ollama": { "description": "You need to install Ollama by yourself and have it running.", diff --git a/client/example.config.json b/client/example.config.json index c528120..ac76929 100644 --- a/client/example.config.json +++ b/client/example.config.json @@ -1,6 +1,6 @@ { "description": "Do not change version, leave it as it is.", - "version": "0", + "version": "v1.0.0", "backend": { "api": "http://192.168.178.23:8000" },