From d3e4286380f650c4e57e869c6f652b6123ba6170 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Sat, 2 Dec 2023 14:31:39 +0300 Subject: [PATCH] set version to 1.8.1 --- 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 094c73f..3d03a41 100644 --- a/src/includes/version.php +++ b/src/includes/version.php @@ -4,6 +4,6 @@ namespace mytinytodo; class Version { - const VERSION = '1.8.0'; + const VERSION = '1.8.1'; const DB_VERSION = '1.8'; }