Skip to content

Commit 91c732e

Browse files
authored
chore(src): Update snapshot
1 parent 6e1ba03 commit 91c732e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function run(): Promise<void> {
2323
if (version == "snapshot") {
2424
// NOTE: If snapshot, directly assign the newest version.
2525
// Current newest snaptshot is `29.0.50`.
26-
zipPath = "https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-29/emacs-29.0.50-snapshot-2022-04-02.zip";
26+
zipPath = "https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-29/emacs-29.0.50-snapshot-2022-07-18.zip";
2727
} else {
2828
switch (dot_ver) {
2929
case "23.4":

0 commit comments

Comments
 (0)