Skip to content

Commit

Permalink
fix: update patchver to 0.2 (#25952)
Browse files Browse the repository at this point in the history
Fixes #25940

Forgot to update patchver scripts to latest sui. Ref #25942
  • Loading branch information
littledivy authored Oct 1, 2024
1 parent 218a9bf commit 0a75dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/promote_to_release.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import { $ } from "jsr:@david/[email protected]";
import { gray } from "jsr:@std/fmt@1/colors";
import { patchver } from "jsr:@deno/patchver@0.1.0";
import { patchver } from "jsr:@deno/patchver@0.2.0";

const SUPPORTED_TARGETS = [
"aarch64-apple-darwin",
Expand Down

0 comments on commit 0a75dc7

Please sign in to comment.