added version command and api endpoint (#321)

This commit is contained in:
Kevin Papst
2018-09-24 15:56:29 +02:00
committed by GitHub
parent 73e0a75585
commit 7bcd6a6382
15 changed files with 222 additions and 24 deletions

View File

@@ -15,9 +15,17 @@ namespace App;
class Constants
{
/**
* Currently only used for informational purpose in the footer
* The current release version
*/
public const VERSION = '2.0 dev';
public const VERSION = 0.5;
/**
* The release name
*/
public const NAME = 'Ayumi';
/**
* The current release status
*/
public const STATUS = 'dev';
/**
* Used in multiple views
*/