diff --git a/cmd/frontend/internal/app/pkg/updatecheck/handler.go b/cmd/frontend/internal/app/pkg/updatecheck/handler.go index 2a69b60f8ae0..2e46704e5efe 100644 --- a/cmd/frontend/internal/app/pkg/updatecheck/handler.go +++ b/cmd/frontend/internal/app/pkg/updatecheck/handler.go @@ -24,12 +24,12 @@ var ( // non-cluster installations what the latest version is. The version here _must_ be // available at https://hub.docker.com/r/sourcegraph/server/tags/ before // landing in master. - latestReleaseDockerServerImageBuild = newBuild("3.2.2") + latestReleaseDockerServerImageBuild = newBuild("3.3.0") // latestReleaseKubernetesBuild is only used by sourcegraph.com to tell existing Sourcegraph // cluster deployments what the latest version is. The version here _must_ be available in // a tag at https://github.com/sourcegraph/deploy-sourcegraph before landing in master. - latestReleaseKubernetesBuild = newBuild("3.2.2") + latestReleaseKubernetesBuild = newBuild("3.3.0") ) func getLatestRelease(deployType string) build { diff --git a/doc/_resources/templates/doc.html b/doc/_resources/templates/doc.html index 4ee0630c3858..7bccf3be472a 100644 --- a/doc/_resources/templates/doc.html +++ b/doc/_resources/templates/doc.html @@ -31,9 +31,9 @@