From 7747e12d7147480aa32d2ab9b92ff90016226149 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 26 Jan 2022 22:21:01 -0800 Subject: [PATCH] Start post 2.35 cycle The tree is not open for new development yet, but let's mark the beginning of the new cycle before we start merging down regression fix topics. Signed-off-by: Junio C Hamano --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 1467b45c1d..f964f9ba7d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.35.0 +DEF_VER=v2.35.GIT LF=' '