There was an error while loading. Please reload this page.
1 parent ff174d2 commit 7af6b52Copy full SHA for 7af6b52
1 file changed
src/components/templates/footer/Footer.tsx
@@ -7,7 +7,7 @@ interface IProps { }
7
8
export const Footer: React.FC<IProps> = () => {
9
10
- const versionLabel = 'ver: 24/07/2026';
+ const versionLabel = 'ver: 25/07/2026';
11
12
return (
13
<footer className="footer">
0 commit comments