2014-05-09 08:56:25 -07:00

13 lines
99 B
PHP
Executable File

<?php
namespace RESTful;
/**
* Settings.
*
*/
class Settings
{
const VERSION = '1.0.0';
}