set version to 1.7.0

This commit is contained in:
maxpozdeev 2022-10-05 00:17:33 +03:00
parent a7122e79f1
commit 82fcbcb6ba

View file

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