diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-09-30 17:25:26 -0400 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2022-10-06 17:44:02 -0400 |
commit | 868154bb1c08a547afaf74ed8bafdf9bf55d1fd5 (patch) | |
tree | 5fa8b62849527dd4ba3a6b70fe7d0736f742c192 /GIT-VERSION-GEN | |
parent | ac8a1db86793292dfc7055eeef2fe90459e771aa (diff) | |
download | git-868154bb1c08a547afaf74ed8bafdf9bf55d1fd5.tar.gz |
Git 2.35.5v2.35.5
Signed-off-by: Taylor Blau <me@ttaylorr.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 676238effd..97ea90dca5 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.35.4 +DEF_VER=v2.35.5 LF=' ' |