Skip to content

Commit

Permalink
script: bump max version to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerboy448 committed Jun 27, 2024
1 parent 294904f commit 5697459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/indexer-sync-v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ JACKETT_REMOTE_NAME="z_Jackett"
## v7 purged and frozen 2024-04-27
## v8 purged and frozen 2024-04-27
MIN_SCHEMA=9
MAX_SCHEMA=10
MAX_SCHEMA=11
NEW_SCHEMA=$((MAX_SCHEMA + 1))
NEW_VERS_DIR="definitions/v$NEW_SCHEMA"
mkdir -p "$NEW_VERS_DIR"
Expand Down

0 comments on commit 5697459

Please sign in to comment.