diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-05 14:00:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-05 14:01:56 -0700 |
commit | d98273ba77e1ab9ec755576bc86c716a97bf59d7 (patch) | |
tree | 081718171c1fb28e6d0378b6893d08f79f64245c /GIT-VERSION-GEN | |
parent | Merge branch 'nl/credential-crlf' (diff) | |
download | tgif-d98273ba77e1ab9ec755576bc86c716a97bf59d7.tar.xz |
Git 2.29-rc0
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 9db2f4feab..c5027c4556 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.28.0 +DEF_VER=v2.29.0-rc0 LF=' ' |