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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88c8e1d1f..e708a864a 100644
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ SKIP_OVERRIDING_GIT_VERSION ?=
# The default version is used in case the caller does not set the variable or
# if it is either set to the empty string or "default".
ifeq (${GIT_VERSION:default=},)
- override GIT_VERSION := ${GIT_VERSION_2_38}
+ override GIT_VERSION := ${GIT_VERSION_2_39}
else
# Support both vX.Y.Z and X.Y.Z version patterns, since callers across GitLab
# use both.