Skip to content

Commit 7ff900b

Browse files
committed
Back to dev mode: [release-20.0-rc] Bump to v20.0.1-SNAPSHOT after the v20.0.0 release
This commit was made automatically by the vitess-releaser tool. See https://github.com/vitessio/vitess-releaser Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
1 parent 8aeb274 commit 7ff900b

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 = "20.0.0"
22+
const versionName = "20.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>20.0.0</version>
8+
<version>20.0.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-client</artifactId>
1111

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>20.0.0</version>
8+
<version>20.0.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-example</artifactId>
1111

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>20.0.0</version>
8+
<version>20.0.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-grpc-client</artifactId>
1111

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>20.0.0</version>
8+
<version>20.0.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>vitess-jdbc</artifactId>
1111

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>20.0.0</version>
14+
<version>20.0.1-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

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

0 commit comments

Comments
 (0)