diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-12-11 01:32:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-12-11 01:32:48 +0100 |
commit | 8706a59933d09354c5e3eb09a543453655a97183 (patch) | |
tree | 128dc4d18b44356d98d72526d8284fc0eaa0471a /GIT-VERSION-GEN | |
parent | ci: use a newer `github-script` version (diff) | |
download | git-8706a59933d09354c5e3eb09a543453655a97183.tar.xz git-8706a59933d09354c5e3eb09a543453655a97183.zip |
Git 2.38.2v2.38.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 024cbd635e..bc58932dc1 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.38.1 +DEF_VER=v2.38.2 LF=' ' |