Skip to content

Commit b660383

Browse files
chore(main): release 1.18.0-SNAPSHOT
1 parent c1e7da1 commit b660383

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<groupId>com.google.genai.examples</groupId>
77
<artifactId>google-genai-examples</artifactId>
8-
<version>1.17.0</version><!-- {x-version-update:google-genai:current} -->
8+
<version>1.18.0-SNAPSHOT</version><!-- {x-version-update:google-genai:current} -->
99
<name>google-genai-examples</name>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.source>1.8</maven.compiler.source>
1414
<maven.compiler.target>1.8</maven.compiler.target>
1515
<!-- {x-version-update-start:google-genai:current} -->
16-
<google-genai.version>1.17.0</google-genai.version>
16+
<google-genai.version>1.18.0-SNAPSHOT</google-genai.version>
1717
<!-- {x-version-update-end} -->
1818
</properties>
1919
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.google.genai</groupId>
77
<artifactId>google-genai</artifactId>
88
<name>google-genai</name>
9-
<version>1.17.0</version><!-- {x-version-update:google-genai:current} -->
9+
<version>1.18.0-SNAPSHOT</version><!-- {x-version-update:google-genai:current} -->
1010
<packaging>jar</packaging>
1111
<description>
1212
Java idiomatic SDK for the Gemini Developer APIs and Vertex AI APIs.

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-genai:1.17.0:1.17.0
4+
google-genai:1.17.0:1.18.0-SNAPSHOT

0 commit comments

Comments
 (0)