chore: bump version to v16

This commit is contained in:
a2nr 2026-07-17 09:26:17 +07:00
parent 01f68d354a
commit 12725cbdad
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<footer class="footer">
<div class="container">
<p>&copy; {env.PUBLIC_COPYRIGHT_TEXT || `${new Date().getFullYear()} Elemes LMS`} <span class="version-badge">v15</span></p>
<p>&copy; {env.PUBLIC_COPYRIGHT_TEXT || `${new Date().getFullYear()} Elemes LMS`} <span class="version-badge">v16</span></p>
{#if $authIsTeacher}
<p><a href="/progress" class="teacher-link">Laporan Progress Siswa</a></p>
{/if}