From 7b84cdabf68d100f47fc9823510c7469e17f0cbb Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Thu, 23 Nov 2023 23:18:40 +0300 Subject: [PATCH] set version to 1.8.0 --- src/includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/version.php b/src/includes/version.php index 8b621a0..094c73f 100644 --- a/src/includes/version.php +++ b/src/includes/version.php @@ -4,6 +4,6 @@ namespace mytinytodo; class Version { - const VERSION = '1.8-beta2'; + const VERSION = '1.8.0'; const DB_VERSION = '1.8'; }