Bump minimum src-cli version required (#62700)

Now that 5.4.0 has been released.
This commit is contained in:
Craig Furman 2024-05-16 10:52:46 +01:00 committed by GitHub
parent 98c0516b01
commit a96c8fbc3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,4 +6,4 @@ package srccli
// as the suggested download with this instance.
//
// At the time of a Sourcegraph release, this is always the latest src-cli version.
const MinimumVersion = "5.3.0"
const MinimumVersion = "5.4.0"