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 abe0124 commit dbfd8b4Copy full SHA for dbfd8b4
download-stats.sh
@@ -20,12 +20,6 @@ test "--update" != "$1" || {
20
}
21
22
# IDs
23
-# v2.41.0.windows.1
24
-#id=${1:-105721665}
25
-# v2.41.0.windows.2
26
-#id=${1:-111394395}
27
-# v2.41.0.windows.3
28
-#id=${1:-112183312}
29
# v2.42.0-rc0.windows.1
30
#id=${1:-115601947}
31
# v2.42.0-rc1.windows.1
@@ -79,7 +73,13 @@ test "--update" != "$1" || {
79
73
# v2.46.1.windows.1
80
74
#id=${1:-175612508}
81
75
# v2.46.2.windows.1
82
-id=${1:-176618150}
76
+#id=${1:-176618150}
77
+# v2.47.0-rc0.windows.1
78
+#id=${1:-177183352}
+# v2.47.0-rc1.windows.1
+#id=${1:-178409848}
+# v2.47.0.windows.1
+id=${1:-178862511}
83
# v2.11.1.mingit-prerelease.6
84
# v2.11.1.mingit-prerelease.4
85
# v2.11.1.mingit-prerelease.5
0 commit comments