Increase version number

This commit is contained in:
Bartek Fabiszewski 2018-01-29 22:25:00 +01:00
parent 8e6d77b693
commit f1bc4b137f

View File

@ -28,7 +28,7 @@
*/
class uConfig {
// version number
static $version = "0.4-beta";
static $version = "0.5-beta";
// default map drawing framework
static $mapapi = "openlayers";