bumping development version to 3.1.0-dev
parent
fa84657020
commit
9f2c08c221
|
@ -1,6 +1,6 @@
|
||||||
# PHP Server Monitor
|
# PHP Server Monitor
|
||||||
|
|
||||||
Version 3.0.0
|
Version 3.1.0-dev
|
||||||
|
|
||||||
PHP Server Monitor is a script that checks whether your websites and servers are up and running.
|
PHP Server Monitor is a script that checks whether your websites and servers are up and running.
|
||||||
It comes with a web based user interface where you can manage your services and websites,
|
It comes with a web based user interface where you can manage your services and websites,
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
/**
|
/**
|
||||||
* Current PSM version
|
* Current PSM version
|
||||||
*/
|
*/
|
||||||
define('PSM_VERSION', '3.0.0');
|
define('PSM_VERSION', '3.1.0-dev');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* URL to check for updates. Will not be checked if turned off on config page.
|
* URL to check for updates. Will not be checked if turned off on config page.
|
||||||
|
|
Loading…
Reference in New Issue