From ec820aec185868ac2e40b4fbb8723e6a41c7994e Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Tue, 28 Nov 2023 08:29:24 +0200 Subject: [PATCH] Release 0.2.0 --- .github/project.yml | 2 +- docs/modules/ROOT/pages/includes/attributes.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 7471f41f2..1f4c1fa9f 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ release: - current-version: "0.1.0" + current-version: "0.2.0" next-version: "999-SNAPSHOT" diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index a58b96ae5..2bd2c15be 100644 --- a/docs/modules/ROOT/pages/includes/attributes.adoc +++ b/docs/modules/ROOT/pages/includes/attributes.adoc @@ -1,3 +1,3 @@ -:project-version: 0.1.0 +:project-version: 0.2.0 :langchain4j-version: 0.24.0 -:examples-dir: ./../examples/ \ No newline at end of file +:examples-dir: ./../examples/