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