diff --git a/src/components/CurrentVersion.astro b/src/components/CurrentVersion.astro
new file mode 100644
index 0000000..1be778e
--- /dev/null
+++ b/src/components/CurrentVersion.astro
@@ -0,0 +1,17 @@
+---
+import {VERSION} from '../consts'
+---
+
+{VERSION}
+
+
\ No newline at end of file
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 414947d..12ccb36 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -1,6 +1,7 @@
---
import Icon from 'astro-iconify'
import {VERSION} from '../consts';
+import CurrentVersion from './CurrentVersion.astro';
---