diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-12-04 23:07:46 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-12-06 16:31:32 +0100 |
commit | a7312d1a28ff3ab0a5a5427b35f01d943103cba8 (patch) | |
tree | 89c6a6feba2f627d14aa1c05d408a4215c14a3d1 /GIT-VERSION-GEN | |
parent | Sync with 2.22.2 (diff) | |
download | tgif-a7312d1a28ff3ab0a5a5427b35f01d943103cba8.tar.xz |
Git 2.23.1
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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 a1539a7ce6..2e7264ee5b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.23.0 +DEF_VER=v2.23.1 LF=' ' |