diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-01-28 16:48:42 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-28 16:48:42 -0800 |
commit | 4c53a8c20f8984adb226293a3ffd7b88c3f4ac1a (patch) | |
tree | da340c9d678702d801d37bcfef5bb559bfc76bc6 /GIT-VERSION-GEN | |
parent | Merge branch 'en/keep-cwd' into maint (diff) | |
download | tgif-4c53a8c20f8984adb226293a3ffd7b88c3f4ac1a.tar.xz |
Git 2.35.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 1467b45c1d..b3cf1ff939 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.1 LF=' ' |