Skip to content

Commit 48ac9a1

Browse files
authored
[release-23.0] Bump to v23.0.1-SNAPSHOT after the v23.0.0 release (#18866)
Signed-off-by: Andres Taylor <[email protected]>
1 parent bee41a6 commit 48ac9a1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

go/vt/servenv/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ package servenv
1919
// DO NOT EDIT
2020
// THIS FILE IS AUTO-GENERATED DURING NEW RELEASES BY THE VITESS-RELEASER
2121

22-
const versionName = "23.0.0"
22+
const versionName = "23.0.1-SNAPSHOT"

java/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.vitess</groupId>
77
<artifactId>vitess-parent</artifactId>
8-
<version>23.0.0</version>
8+
<version>23.0.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-client</artifactId>
1111
<name>Vitess Java Client</name>

java/example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.vitess</groupId>
77
<artifactId>vitess-parent</artifactId>
8-
<version>23.0.0</version>
8+
<version>23.0.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-example</artifactId>
1111
<name>Vitess Java Client Example</name>

java/grpc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.vitess</groupId>
77
<artifactId>vitess-parent</artifactId>
8-
<version>23.0.0</version>
8+
<version>23.0.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-grpc-client</artifactId>
1111
<name>Vitess gRPC Client</name>

java/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.vitess</groupId>
77
<artifactId>vitess-parent</artifactId>
8-
<version>23.0.0</version>
8+
<version>23.0.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-jdbc</artifactId>
1111
<name>Vitess JDBC Driver</name>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.vitess</groupId>
1313
<artifactId>vitess-parent</artifactId>
14-
<version>23.0.0</version>
14+
<version>23.0.1-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Vitess Java Client libraries [Parent]</name>

0 commit comments

Comments
 (0)