diff options
author | 2019-07-29 12:51:24 -0700 | |
---|---|---|
committer | 2019-07-29 12:51:24 -0700 | |
commit | 026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8 (patch) | |
tree | a2d9fbe5904dd76315ea200deb348ea17429df6a /GIT-VERSION-GEN | |
parent | Sync with maint (diff) | |
download | tgif-026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8.tar.xz |
Git 2.23-rc0
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 122f6479ef..a0766f64ed 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.22.GIT +DEF_VER=v2.23.0-rc0 LF=' ' |