diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-17 14:24:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-17 14:24:55 -0700 |
commit | 69fab82147e74a51ee1144a336eb47c7297b9b78 (patch) | |
tree | bf5209473cfa39921c3eb069d236db9eb9f20a47 /GIT-VERSION-GEN | |
parent | Git 2.22.2 (diff) | |
parent | Git 2.21.2 (diff) | |
download | tgif-69fab82147e74a51ee1144a336eb47c7297b9b78.tar.xz |
Git 2.22.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 a35956a72f..e3c9d78890 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.22.2 +DEF_VER=v2.22.3 LF=' ' |