This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9_10
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_10 by this push:
new f5aab372ff6 Add next bugfix version 9.10.1
f5aab372ff6 is described below
commit f5aab372ff65dc866a2ef748cb1d9d6ff64bc39c
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Nov 7 09:32:30 2025 +0100
Add next bugfix version 9.10.1
---
build.gradle | 2 +-
solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index e9cdaf4cd98..3de05f16be2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,7 +38,7 @@ apply from: file('gradle/globals.gradle')
// Calculate project version:
version = {
// Release manager: update base version here after release:
- String baseVersion = '9.10.0'
+ String baseVersion = '9.10.1'
// On a release explicitly set release version in one go:
// -Dversion.release=x.y.z
diff --git a/solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java
b/solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java
index a2cf5624cbf..5bc1ac5d946 100644
--- a/solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java
+++ b/solr/api/src/java/org/apache/solr/client/api/util/SolrVersion.java
@@ -29,7 +29,7 @@ public final class SolrVersion implements
Comparable<SolrVersion> {
private final Semver version;
// This static variable should be bumped for each release
- public static final String LATEST_STRING = "9.10.0";
+ public static final String LATEST_STRING = "9.10.1";
/** This instance represents the current (latest) version of Solr. */
public static final SolrVersion LATEST = SolrVersion.valueOf(LATEST_STRING);