diff --git a/README.md b/README.md index b517119c..0d2bee33 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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. It comes with a web based user interface where you can manage your services and websites, diff --git a/src/includes/psmconfig.inc.php b/src/includes/psmconfig.inc.php index 1e92e60f..d5062f78 100644 --- a/src/includes/psmconfig.inc.php +++ b/src/includes/psmconfig.inc.php @@ -29,7 +29,7 @@ /** * 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. @@ -95,4 +95,4 @@ define('PSM_LOGIN_RESET_RUNTIME', 3600); /** * Number of seconds the cron is supposedly dead and we will run another cron anyway. */ -define('PSM_CRON_TIMEOUT', 600); \ No newline at end of file +define('PSM_CRON_TIMEOUT', 600);