diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-17 14:33:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-17 14:33:34 -0700 |
commit | 17a02783d8f7cac1780d8035f3e2e0d25bba077b (patch) | |
tree | d90361c2acb4dcea4bc68f0725748fe1c49cd97c /GIT-VERSION-GEN | |
parent | a7312d1a28ff3ab0a5a5427b35f01d943103cba8 (diff) | |
parent | 69fab82147e74a51ee1144a336eb47c7297b9b78 (diff) | |
download | git-17a02783d8f7cac1780d8035f3e2e0d25bba077b.tar.gz |
Git 2.23.2v2.23.2
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 2e7264ee5b..70721f0c11 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.23.1 +DEF_VER=v2.23.2 LF=' ' |