Skip to content

Commit 4b284a1

Browse files
Update downloads.py current release (#7541)
Co-authored-by: Glenn Jocher <[email protected]>
1 parent e04d8b1 commit 4b284a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/downloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def attempt_download(file, repo='ultralytics/yolov5'): # from utils.downloads i
6969
try:
7070
tag = subprocess.check_output('git tag', shell=True, stderr=subprocess.STDOUT).decode().split()[-1]
7171
except Exception:
72-
tag = 'v6.0' # current release
72+
tag = 'v6.1' # current release
7373

7474
if name in assets:
7575
safe_download(

0 commit comments

Comments
 (0)