diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-03-15 11:51:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-15 11:51:51 -0700 |
commit | a5828ae6b52137b913b978e16cd2334482eb4c1f (patch) | |
tree | 1622f60d17b208487b1069935a5e72b08517d85a /GIT-VERSION-GEN | |
parent | Merge branch 'jn/mergetool-hideresolved-is-optional' (diff) | |
download | tgif-a5828ae6b52137b913b978e16cd2334482eb4c1f.tar.xz |
Git 2.31
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 09df1b140b..8f6334d4e4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.31.0-rc2 +DEF_VER=v2.31.0 LF=' ' |