Skip to content

Commit

Permalink
Bump min version with config
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto committed Feb 12, 2025
1 parent ae83d5a commit 2a7daa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function versionGte(a: VersionInfo, b: VersionInfo): boolean {

const MIN_VERSION_WITH_CONFIG = {
major: 0,
minor: 24,
patch: 0,
minor: 25,
patch: 2,
};


Expand Down

0 comments on commit 2a7daa5

Please sign in to comment.