set version to 1.7.2

This commit is contained in:
maxpozdeev 2022-11-03 15:49:39 +03:00
parent fdf0836ddc
commit 30b64c355b

View file

@ -4,6 +4,6 @@ namespace mytinytodo;
class Version
{
const VERSION = '1.7.1';
const VERSION = '1.7.2';
const DB_VERSION = '1.7';
}