Skip to content

Commit a909058

Browse files
committed
download-stats: new Git for Windows version
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e60b4a5 commit a909058

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

download-stats.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ test "--update" != "$1" || {
1919
}
2020

2121
# IDs
22-
# v2.26.0-rc0.windows.1
23-
#id=${1:-24295298}
2422
# v2.26.0-rc1.windows.1
2523
#id=${1:-24404655}
2624
# v2.26.0-rc2.windows.1
@@ -78,7 +76,9 @@ test "--update" != "$1" || {
7876
# v2.29.0-rc2.windows.1
7977
#id=${1:-32646100}
8078
# v2.29.0.windows.1
81-
id=${1:-32779796}
79+
#id=${1:-32779796}
80+
# v2.29.1.windows.1
81+
id=${1:-33001134}
8282
# v2.11.1.mingit-prerelease.6
8383
# v2.11.1.mingit-prerelease.4
8484
# v2.11.1.mingit-prerelease.5

0 commit comments

Comments
 (0)