From 6eac80ee1d85f5332ad5eea17dfc3c068e01bd30 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Wed, 27 Sep 2023 15:13:40 +0300 Subject: [PATCH] set version to 1.8-beta2 --- 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 5f7f7c4..8b621a0 100644 --- a/src/includes/version.php +++ b/src/includes/version.php @@ -4,6 +4,6 @@ namespace mytinytodo; class Version { - const VERSION = '1.8-beta'; + const VERSION = '1.8-beta2'; const DB_VERSION = '1.8'; }