Skip to content

Commit

Permalink
chore: banner version
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Dec 4, 2024
1 parent 515fce0 commit b22dda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { AppHeader } from './AppHeader';
import TopBarNotify from './TopBarNotify';

export function MainLayout({ children }: { children: ReactNode }) {
const APP_BANNER_VERSION = '4.0.0';
const APP_BANNER_VERSION = '5.0.0';

return (
<>
Expand Down

0 comments on commit b22dda1

Please sign in to comment.