diff --git a/src/config/site.ts b/src/config/site.ts index 02830cf..ad4a208 100644 --- a/src/config/site.ts +++ b/src/config/site.ts @@ -15,7 +15,7 @@ export const SITE = { productRepoUrl: 'https://github.com/getsillage/sillage', websiteRepoUrl: 'https://github.com/getsillage/getsillage.github.io', /** Fallback when GitHub Releases cannot be reached at runtime. */ - defaultReleaseTag: 'v0.3.0', + defaultReleaseTag: 'v0.3.1', license: 'MIT', } as const