Skip to content

Commit

Permalink
Fixed versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
danniehansen committed Mar 30, 2024
1 parent 2f36fa5 commit 6c133d3
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 @@ -111,7 +111,7 @@ export async function getBoardButtons(): Promise<
}

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

await t.popup({
Expand Down

0 comments on commit 6c133d3

Please sign in to comment.