mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 01:32:42 +01:00
13 lines
99 B
PHP
13 lines
99 B
PHP
|
<?php
|
||
|
|
||
|
namespace RESTful;
|
||
|
|
||
|
/**
|
||
|
* Settings.
|
||
|
*
|
||
|
*/
|
||
|
class Settings
|
||
|
{
|
||
|
const VERSION = '0.1.7';
|
||
|
}
|