Skip to content

Commit

Permalink
chore: upgrade the platform branch used in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Feb 27, 2025
1 parent a671f30 commit 6b3a3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface Transformer {
}

// TODO: compute this number when we maintain multiple hilla branches
export const branch = 'main';
export const branch = '24.7';

export const repoUrl = new URL('https://raw.githubusercontent.com/vaadin/');
export const root = new URL('../../', import.meta.url);
Expand Down

0 comments on commit 6b3a3e9

Please sign in to comment.