diff --git a/pages/_app.js b/pages/_app.js index cc510bbe..86edfcdc 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -24,6 +24,7 @@ const Intl = ({ children }) => { export default function App({ Component, pageProps }) { const { basePath } = useRouter(); const { dir } = useLocale(); + const version = process.env.VERSION; return ( @@ -34,7 +35,12 @@ export default function App({ Component, pageProps }) { - +