This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cmd/frontend/internal/app/updatecheck Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ var (
34
34
// non-cluster, non-docker-compose, and non-pure-docker installations what the latest
35
35
// version is. The version here _must_ be available at https://hub.docker.com/r/sourcegraph/server/tags/
36
36
// before landing in master.
37
- latestReleaseDockerServerImageBuild = newBuild ("3.43.2 " )
37
+ latestReleaseDockerServerImageBuild = newBuild ("4.0.1 " )
38
38
39
39
// latestReleaseKubernetesBuild is only used by sourcegraph.com to tell existing Sourcegraph
40
40
// cluster deployments what the latest version is. The version here _must_ be available in
41
41
// a tag at https://github.com/sourcegraph/deploy-sourcegraph before landing in master.
42
- latestReleaseKubernetesBuild = newBuild ("3.43.2 " )
42
+ latestReleaseKubernetesBuild = newBuild ("4.0.1 " )
43
43
44
44
// latestReleaseDockerComposeOrPureDocker is only used by sourcegraph.com to tell existing Sourcegraph
45
45
// Docker Compose or Pure Docker deployments what the latest version is. The version here _must_ be
46
46
// available in a tag at https://github.com/sourcegraph/deploy-sourcegraph-docker before landing in master.
47
- latestReleaseDockerComposeOrPureDocker = newBuild ("3.43.2 " )
47
+ latestReleaseDockerComposeOrPureDocker = newBuild ("4.0.1 " )
48
48
)
49
49
50
50
func getLatestRelease (deployType string ) build {
You can’t perform that action at this time.
0 commit comments