Update getting-started.adoc

Fix the snapshot version to 1.0.0-SNAPSHOT
This commit is contained in:
Christian Tzolov
2024-03-26 10:31:25 +01:00
committed by GitHub
parent d42cd60eea
commit ce1381ba2b

View File

@@ -98,7 +98,7 @@ If youre a Maven user, you can use the BOM by adding the following to your po
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-bom</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>