From ce1381ba2b180da384236227b83bdd13002905bc Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Tue, 26 Mar 2024 10:31:25 +0100 Subject: [PATCH] Update getting-started.adoc Fix the snapshot version to 1.0.0-SNAPSHOT --- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index b17d7f3de..4d08d2d72 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -98,7 +98,7 @@ If you’re a Maven user, you can use the BOM by adding the following to your po org.springframework.ai spring-ai-bom - 0.8.1-SNAPSHOT + 1.0.0-SNAPSHOT pom import