mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
10 lines
393 B
Go
10 lines
393 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 = "3.40.1"
|