We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6144d5a commit 576735aCopy full SHA for 576735a
download-stats.sh
@@ -20,8 +20,6 @@ test "--update" != "$1" || {
20
}
21
22
# IDs
23
-# v2.43.0.windows.1
24
-#id=${1:-130475909}
25
# v2.44.0-rc0.windows.1
26
#id=${1:-141203075}
27
# v2.44.0-rc1.windows.1
@@ -79,7 +77,9 @@ test "--update" != "$1" || {
79
77
# v2.48.0-rc1.windows.1
80
78
#id=${1:-192775516}
81
# v2.48.0-rc2.windows.1
82
-id=${1:-193961175}
+#id=${1:-193961175}
+# v2.48.1.windows.1
+id=${1:-200107601}
83
# v2.11.1.mingit-prerelease.6
84
# v2.11.1.mingit-prerelease.4
85
# v2.11.1.mingit-prerelease.5
0 commit comments