From 30b64c355bc2181e211a2f373c4cdd1dd1b6c8b3 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Thu, 3 Nov 2022 15:49:39 +0300 Subject: [PATCH] set version to 1.7.2 --- 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 f9538fe..36c992c 100644 --- a/src/includes/version.php +++ b/src/includes/version.php @@ -4,6 +4,6 @@ namespace mytinytodo; class Version { - const VERSION = '1.7.1'; + const VERSION = '1.7.2'; const DB_VERSION = '1.7'; }