Skip to content

Commit

Permalink
Fixed version display
Browse files Browse the repository at this point in the history
  • Loading branch information
danniehansen committed Mar 11, 2024
1 parent bab53d9 commit 48a9db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/capabilities/board-buttons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export async function getBoardButtons(): Promise<
}

items.push({
text: 'Version: 2.7.3'
text: 'Version: 2.7.5'
});

await t.popup({
Expand Down

0 comments on commit 48a9db6

Please sign in to comment.