diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2025-03-21 12:07:00 +0200 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-03-21 14:34:53 +0200 |
commit | ab2a918b0d7a4b52e10ef5c4e1facc2ec63c9bcf (patch) | |
tree | 50f0904b8990ae57333ab8b52a6828aa08627a46 /www/gitlab/Makefile.common | |
parent | www/rubygem-cssbundling-rails-gitlab: update to 1.4.2 (diff) |
www/gitlab: major upgrade to 17.10.0
Changes: https://about.gitlab.com/releases/2025/03/20/gitlab-17-10-released/
Please follow upgrade manual:
https://gitlab.com/mfechner/freebsd-gitlab-docu/-/blob/master/update/17.9-17.10-freebsd.md
Diffstat (limited to 'www/gitlab/Makefile.common')
-rw-r--r-- | www/gitlab/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 605a6fa0b199..a9df93c0aaad 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,5 +1,5 @@ -GITLAB_VERSION= 17.9.2 -GITLAB_PORTREVISION= 1 +GITLAB_VERSION= 17.10.0 +GITLAB_PORTREVISION= 0 # Git version gitaly should use (from gitlab mirror) # Find current tag from Makefile and .gitlab-ci.yaml |