We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60b4a5 commit a909058Copy full SHA for a909058
download-stats.sh
@@ -19,8 +19,6 @@ test "--update" != "$1" || {
19
}
20
21
# IDs
22
-# v2.26.0-rc0.windows.1
23
-#id=${1:-24295298}
24
# v2.26.0-rc1.windows.1
25
#id=${1:-24404655}
26
# v2.26.0-rc2.windows.1
@@ -78,7 +76,9 @@ test "--update" != "$1" || {
78
76
# v2.29.0-rc2.windows.1
79
77
#id=${1:-32646100}
80
# v2.29.0.windows.1
81
-id=${1:-32779796}
+#id=${1:-32779796}
+# v2.29.1.windows.1
+id=${1:-33001134}
82
# v2.11.1.mingit-prerelease.6
83
# v2.11.1.mingit-prerelease.4
84
# v2.11.1.mingit-prerelease.5
0 commit comments