diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-03-17 10:35:52 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-03-17 10:35:52 +0100 |
commit | 898225ba0419f3a2fabdf11750a90031a838f3b3 (patch) | |
tree | 87f406e1bd6d2cc659decbb78fab972e6e7fc673 /GIT-VERSION-GEN | |
parent | 5fbd2fc5997dfa4d4593a862fe729b1e7a89bcf8 (diff) | |
download | git-898225ba0419f3a2fabdf11750a90031a838f3b3.tar.gz |
GIT-VERSION-GEN: bump to v2.33.1
This was missed in af6d1d602a8f (Git 2.33.1, 2021-10-12).
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 b1c0d4eb2e..11aac6e397 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.33.0 +DEF_VER=v2.33.1 LF=' ' |