aboutsummaryrefslogtreecommitdiff
path: root/tests/test-zstd-versions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-zstd-versions.py')
-rwxr-xr-xtests/test-zstd-versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-zstd-versions.py b/tests/test-zstd-versions.py
index f2deac1f28da..8e88b869b0d2 100755
--- a/tests/test-zstd-versions.py
+++ b/tests/test-zstd-versions.py
@@ -213,7 +213,7 @@ if __name__ == '__main__':
print('Retrieve all release tags :')
os.chdir(clone_dir)
alltags = get_git_tags() + [head]
- tags = [t for t in alltags if t >= 'v0.4.0']
+ tags = [t for t in alltags if t >= 'v0.5.0']
print(tags)
# Build all release zstd