Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Feb 1, 2025
1 parent 069c13e commit 8a9fabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/src/page_template/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ function TemplateFooter(): ReactNode {
}

function Version(): ReactNode {
return <span id="current-version">23.6.0</span>
return <span id="current-version">23.6.1</span>
}

function LastUpdated(): ReactNode {
return <span id="last-updated">2024-01-31</span>
return <span id="last-updated">2025-02-01</span>
}

function MainCredits(): ReactNode {
Expand Down

0 comments on commit 8a9fabb

Please sign in to comment.