Skip to content

Commit 366befc

Browse files
committed
Adjust version constant after backport (#68509)
1 parent 40a0737 commit 366befc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ public static boolean isSearchableSnapshotStore(Settings indexSettings) {
2828

2929
public static final String SNAPSHOT_BLOB_CACHE_INDEX = ".snapshot-blob-cache";
3030

31-
public static final Version SHARED_CACHE_VERSION = Version.V_8_0_0;
31+
public static final Version SHARED_CACHE_VERSION = Version.V_7_12_0;
3232

3333
}

0 commit comments

Comments
 (0)