set version to 1.7-beta

This commit is contained in:
maxpozdeev 2022-08-11 18:10:50 +03:00
parent 6824a784d0
commit 0537ecfae4

View file

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