From a96c8fbc3b345e945b6b6092e08b112dd73ca2cb Mon Sep 17 00:00:00 2001 From: Craig Furman Date: Thu, 16 May 2024 10:52:46 +0100 Subject: [PATCH] Bump minimum src-cli version required (#62700) Now that 5.4.0 has been released. --- internal/src-cli/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/src-cli/consts.go b/internal/src-cli/consts.go index ea6b6d7412b..ca63d302849 100644 --- a/internal/src-cli/consts.go +++ b/internal/src-cli/consts.go @@ -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"