diff --git a/composer.json b/composer.json index a5a002da..3339c8cd 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "austinb/gameq", "description": "GameQ Gameserver Library", "keywords": ["gameq","serverstatus"], - "version": "v3.0.6", + "version": "v3.0.7", "license": "LGPL-3.0+", "authors": [ { diff --git a/src/GameQ/GameQ.php b/src/GameQ/GameQ.php index 543594fa..b6b0d180 100644 --- a/src/GameQ/GameQ.php +++ b/src/GameQ/GameQ.php @@ -44,11 +44,6 @@ class GameQ * Constants */ - /** - * Current version - */ - const VERSION = '3.0.0-alpha2'; - /* Static Section */ /**