2013-05-14 12:06:44 -07:00

13 lines
99 B
PHP
Executable File

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