sourcegraph/internal/src-cli/consts.go
Craig Furman a96c8fbc3b
Bump minimum src-cli version required (#62700)
Now that 5.4.0 has been released.
2024-05-16 09:52:46 +00:00

10 lines
392 B
Go

package srccli
// MinimumVersion is the minimum src-cli release version that works
// with this instance. This must be updated manually between releases.
// The public HTTP API will return this (or an updated patch version)
// 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.4.0"