Skip to content

Commit

Permalink
pruning to 0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinis committed Sep 16, 2024
1 parent c1d3145 commit 502014f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prune-diffs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from "fs"
import path from "path"
import semver from "semver"

const MINIMUM_STORED_VERSION = "0.50.0"
const MINIMUM_STORED_VERSION = "0.65.0"

const DIFFS_DIR = "./wt-diffs/diffs"

Expand Down

0 comments on commit 502014f

Please sign in to comment.