Skip to content

Commit

Permalink
Add next bugfix version 9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlowskija committed Feb 12, 2024
1 parent afd3c8e commit 779568f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ apply from: file('gradle/globals.gradle')
// Calculate project version:
version = {
// Release manager: update base version here after release:
String baseVersion = '9.5.0'
String baseVersion = '9.5.1'

// On a release explicitly set release version in one go:
// -Dversion.release=x.y.z
Expand Down
9 changes: 9 additions & 0 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Most people will find the solr-upgrade-notes.adoc file more approachable.
https://github.com/apache/solr/blob/main/solr/solr-ref-guide/modules/upgrade-notes/pages/solr-upgrade-notes.adoc


================== 9.5.1 ==================
Bug Fixes
---------------------
(No changes)

Dependency Upgrades
---------------------
(No changes)

================== 9.5.0 ==================
New Features
---------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0";
public static final String LATEST_STRING = "9.5.1";

/** This instance represents the current (latest) version of Solr. */
public static final SolrVersion LATEST = SolrVersion.valueOf(LATEST_STRING);
Expand Down

0 comments on commit 779568f

Please sign in to comment.