Skip to content

Commit ce1381b

Browse files
authored
Update getting-started.adoc
Fix the snapshot version to 1.0.0-SNAPSHOT
1 parent d42cd60 commit ce1381b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you’re a Maven user, you can use the BOM by adding the following to your po
9898
<dependency>
9999
<groupId>org.springframework.ai</groupId>
100100
<artifactId>spring-ai-bom</artifactId>
101-
<version>0.8.1-SNAPSHOT</version>
101+
<version>1.0.0-SNAPSHOT</version>
102102
<type>pom</type>
103103
<scope>import</scope>
104104
</dependency>

0 commit comments

Comments
 (0)