Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Dickenson <rdickenson@gitlab.com>2023-09-25 06:13:52 +0300
committerRussell Dickenson <rdickenson@gitlab.com>2023-09-25 06:13:52 +0300
commit9f388845894ce4158f29ed1c38ce8fdd93920e5b (patch)
treec04b0c6c4ee0e6831fac517dd54519e9bd7f9ba7
parentfb6b585c21c31711471c6b0470f18e9cbd3bc8c4 (diff)
Docs release 16.4
-rw-r--r--.gitlab/ci/docker-images.gitlab-ci.yml2
-rw-r--r--content/versions.json6
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab/ci/docker-images.gitlab-ci.yml b/.gitlab/ci/docker-images.gitlab-ci.yml
index b9a85405..8317f388 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -185,7 +185,7 @@ test:image:docs-single:
- .rules_docker_single_images_tests
stage: test
variables:
- GITLAB_VERSION: '16.3'
+ GITLAB_VERSION: '16.4'
DOCKERFILE: dockerfiles/single.Dockerfile
IMAGE_NAME: $CI_REGISTRY_IMAGE:$GITLAB_VERSION
NANOC_ENV: test
diff --git a/content/versions.json b/content/versions.json
index 4fb3a5d5..51c75aab 100644
--- a/content/versions.json
+++ b/content/versions.json
@@ -1,8 +1,8 @@
[
{
- "next": "16.4",
- "current": "16.3",
- "last_minor": ["16.2", "16.1"],
+ "next": "16.5",
+ "current": "16.4",
+ "last_minor": ["16.3", "16.2"],
"last_major": ["15.11", "14.10"]
}
]