diff --git a/lib/OcoServer.class.php b/lib/OcoServer.class.php index 62f9675..3d33409 100644 --- a/lib/OcoServer.class.php +++ b/lib/OcoServer.class.php @@ -2,7 +2,7 @@ class OcoServer { - const APP_VERSION = '0.16.0'; + const APP_VERSION = '0.16.1'; const APP_RELEASE = '"Supertux"'; const UPDATE_API_URL = 'https://api.github.com/repos/schorschii/oco-server/releases';