From 0a2b4f93046d8b56c087e5dbd7ffd9a63c050f90 Mon Sep 17 00:00:00 2001 From: Austinb Date: Fri, 20 May 2016 21:19:03 -0500 Subject: [PATCH] Version bump --- composer.json | 2 +- src/GameQ/GameQ.php | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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 */ /**