diff --git a/src/features/auth/AuthMain.tsx b/src/features/auth/AuthMain.tsx
index 74ab92a..65c340f 100644
--- a/src/features/auth/AuthMain.tsx
+++ b/src/features/auth/AuthMain.tsx
@@ -2,6 +2,7 @@ import Box from "@mui/material/Box";
import Button from "@mui/material/Button";
import Typography from "@mui/material/Typography";
import GoogleIcon from "@mui/icons-material/Google";
+import pkg from "../../../package.json";
import HomeTemplate from "../../components/templates/HomeTemplate";
import { useAppDispatch, useAppSelector } from "../../state";
import { login, selectIsUserPendingAuthentication } from "../../state/user";
@@ -24,7 +25,7 @@ export default function AuthMain() {
Video conference app.
- A proof of concept.
+ A proof of concept. (v{pkg.version})