From 0537ecfae49ce0381ef190f36ef1a52620e14b96 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Thu, 11 Aug 2022 18:10:50 +0300 Subject: [PATCH] set version to 1.7-beta --- 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 798aadc..1829797 100644 --- a/src/includes/version.php +++ b/src/includes/version.php @@ -4,6 +4,6 @@ namespace mytinytodo; class Version { - const VERSION = '1.7'; + const VERSION = '1.7-beta'; const DB_VERSION = '1.7'; }