diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-11-05 20:27:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-06 02:27:14 +0100 |
commit | ef7432c03f83ad9e9ca2812d0ab5653e87fa5259 (patch) | |
tree | fc0920be18f1a466b171c0d02c970d104294c050 /.github/workflows/ci.generate.ts | |
parent | 770ef1460085e1a1b706cc7f066e7b3ea5010eb0 (diff) |
chore: forward v2.0.5 release commit to main (#26755)
This is the release commit being forwarded back to main for 2.0.5
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci.generate.ts')
-rwxr-xr-x | .github/workflows/ci.generate.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 0faf08a1a..430387d5b 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -5,7 +5,7 @@ import { stringify } from "jsr:@std/yaml@^0.221/stringify"; // Bump this number when you want to purge the cache. // Note: the tools/release/01_bump_crate_versions.ts script will update this version // automatically via regex, so ensure that this line maintains this format. -const cacheVersion = 23; +const cacheVersion = 24; const ubuntuX86Runner = "ubuntu-24.04"; const ubuntuX86XlRunner = "ubuntu-24.04-xl"; |