diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-05-31 23:03:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-31 23:03:57 -0700 |
commit | b3d7a52fac39193503a0b6728771d1bf6a161464 (patch) | |
tree | 2a721d0620e1836d19e09358d4b18680940a75a8 /GIT-VERSION-GEN | |
parent | Merge branch 'cb/test-use-ere-for-alternation' (diff) | |
download | tgif-b3d7a52fac39193503a0b6728771d1bf6a161464.tar.xz |
Git 2.27
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 c30d71abda..06a5333ee6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.27.0-rc2 +DEF_VER=v2.27.0 LF=' ' |