summaryrefslogtreecommitdiff
path: root/app/ui/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/ui/update.php')
-rw-r--r--app/ui/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ui/update.php b/app/ui/update.php
index 7484ae5..ba77fa8 100644
--- a/app/ui/update.php
+++ b/app/ui/update.php
@@ -25,7 +25,7 @@
<script src="/assets/js/common.js"></script>
<div style="padding: 1rem;">
<div style="text-align: center;">
- <?php $releaseNotes = true; require_once "../notes/update-1.8.0.php" ?>
+ <?php $releaseNotes = true; require_once "../notes/update-1.9.0.php" ?>
<a style="margin-top: 50px; margin-bottom: 30px; display: block;" class="btn btn-primary" onclick="localStorage.setItem('lastUpdate', '<?= trim(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/version")) ?>'); window.parent._modal.hide();">Continue</a>
</div>