Unverified Commit a3ae95e1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #233883 from wegank/foundationdb-bump-default

foundationdb: default to foundationdb71
parents 8fbdc4e6 67e39535
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

## Highlights {#sec-release-23.11-highlights}

- Create the first release note entry in this section!
- FoundationDB now defaults to major version 7.

## New Services {#sec-release-23.11-new-services}

+1 −1
Original line number Diff line number Diff line
@@ -7766,7 +7766,7 @@ with pkgs;
    foundationdb71
  ;
  foundationdb = foundationdb61;
  foundationdb = foundationdb71;
  fuse-7z-ng = callPackage ../tools/filesystems/fuse-7z-ng { };