mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
9 lines
107 B
PHP
9 lines
107 B
PHP
<?php
|
|
|
|
namespace mytinytodo;
|
|
|
|
class Version
|
|
{
|
|
const VERSION = '1.8.1';
|
|
const DB_VERSION = '1.8';
|
|
}
|