Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 5d3f0d6

Browse files
authored
Revert "Don't announce 4.0.0 release in update check yet (#41976)" (#41977)
This reverts commit 30811fe.
1 parent 6c985d2 commit 5d3f0d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/frontend/internal/app/updatecheck/handler.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ var (
3434
// non-cluster, non-docker-compose, and non-pure-docker installations what the latest
3535
// version is. The version here _must_ be available at https://hub.docker.com/r/sourcegraph/server/tags/
3636
// before landing in master.
37-
latestReleaseDockerServerImageBuild = newBuild("3.43.2")
37+
latestReleaseDockerServerImageBuild = newBuild("4.0.1")
3838

3939
// latestReleaseKubernetesBuild is only used by sourcegraph.com to tell existing Sourcegraph
4040
// cluster deployments what the latest version is. The version here _must_ be available in
4141
// 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")
4343

4444
// latestReleaseDockerComposeOrPureDocker is only used by sourcegraph.com to tell existing Sourcegraph
4545
// Docker Compose or Pure Docker deployments what the latest version is. The version here _must_ be
4646
// 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")
4848
)
4949

5050
func getLatestRelease(deployType string) build {

0 commit comments

Comments
 (0)