diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-03-08 16:09:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-08 16:09:43 -0800 |
commit | 13d7ab6b5d7929825b626f050b62a11241ea4945 (patch) | |
tree | 36df888799ee586d2f0b1f8811ff8cd5866ae749 /GIT-VERSION-GEN | |
parent | Sync with Git 2.30.2 for CVE-2021-21300 (diff) | |
download | tgif-13d7ab6b5d7929825b626f050b62a11241ea4945.tar.xz |
Git 2.31-rc2
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 7b99fe5dc5..09df1b140b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.31.0-rc1 +DEF_VER=v2.31.0-rc2 LF=' ' |