diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-30 16:14:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-08-02 14:06:43 -0700 |
commit | 66262451ec94d30ac4b80eb3123549cf7a788afd (patch) | |
tree | 9b9a970f6708c0bbf3e36c291f6d4f13b44ddfeb /GIT-VERSION-GEN | |
parent | Merge branch 'jk/check-pack-valid-before-opening-bitmap' (diff) | |
download | tgif-66262451ec94d30ac4b80eb3123549cf7a788afd.tar.xz |
Git 2.33-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 9c125f298a..b1507e8037 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.32.0 +DEF_VER=v2.33.0-rc0 LF=' ' |