13 lines
99 B
PHP
Executable File
13 lines
99 B
PHP
Executable File
<?php
|
|
|
|
namespace RESTful;
|
|
|
|
/**
|
|
* Settings.
|
|
*
|
|
*/
|
|
class Settings
|
|
{
|
|
const VERSION = '0.1.7';
|
|
}
|