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