Skip to content

Commit

Permalink
fix: use new changelog URL
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Jun 25, 2023
1 parent 59388bf commit e8bf45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/updates.js
Expand Up @@ -31,7 +31,7 @@ module.exports = client => {
if (currentRelease === -1) return client.log.warn('Failed to find current release');
const behind = currentRelease;
currentRelease = releases[currentRelease];
const changelog = `https://discordtickets.app/changelogs/v${latestVersion.replaceAll('.', '-') }/`;
const changelog = `https://discordtickets.app/changelogs/v${latestVersion}/`;
const guide = 'https://discordtickets.app/self-hosting/updating/';
const { default: boxen } = await import('boxen');

Expand Down

0 comments on commit e8bf45a

Please sign in to comment.