set version to 1.8.0

This commit is contained in:
maxpozdeev 2023-11-23 23:18:40 +03:00
parent 9c4087fe38
commit 7b84cdabf6

View file

@ -4,6 +4,6 @@ namespace mytinytodo;
class Version
{
const VERSION = '1.8-beta2';
const VERSION = '1.8.0';
const DB_VERSION = '1.8';
}