diff options
author | 2022-04-13 15:21:08 -0700 | |
---|---|---|
committer | 2022-04-13 15:21:08 -0700 | |
commit | 09f66d65f87e0a547c186e4027368a826a965256 (patch) | |
tree | 8d387d1cc28d85ba1e2f21c56f9efa6537c84aed /GIT-VERSION-GEN | |
parent | Git 2.31.2 (diff) | |
parent | Git 2.30.4 (diff) | |
download | tgif-09f66d65f87e0a547c186e4027368a826a965256.tar.xz |
Git 2.31.3
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 2498affd30..da853679b7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.31.2 +DEF_VER=v2.31.3 LF=' ' |