diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-05-20 08:33:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-20 08:33:55 -0700 |
commit | 87680d32efb6d14f162e54ad3bda4e3d6c908559 (patch) | |
tree | ae075c5e809c8b9104692068a18ef7fdce707e66 /GIT-VERSION-GEN | |
parent | Merge branch 'es/bugreport' (diff) | |
download | tgif-87680d32efb6d14f162e54ad3bda4e3d6c908559.tar.xz |
Git 2.27-rc1
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 03d2243c0d..165ce7a4a4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.27.0-rc0 +DEF_VER=v2.27.0-rc1 LF=' ' |