Skip to content

Commit

Permalink
chore: fix version bump in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markwylde committed Jun 29, 2024
1 parent 910341d commit 000961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function createWorkerBox (options) {
}

if (options.serverUrl && options.appendVersion) {
options.serverUrl = options.serverUrl + '/v6.1.2/';
options.serverUrl = options.serverUrl + '/v6.2.0/';
}

options.serverUrl = options.serverUrl && (new URL(options.serverUrl)).href;
Expand Down

0 comments on commit 000961a

Please sign in to comment.