From 001915fcd67a9d54a70c4cea758e5fb76316c636 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Mon, 4 May 2015 17:58:29 +0200 Subject: [PATCH] beta build 9 --- src/pocketmine/PocketMine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/PocketMine.php b/src/pocketmine/PocketMine.php index af7791648..d108f67f1 100644 --- a/src/pocketmine/PocketMine.php +++ b/src/pocketmine/PocketMine.php @@ -74,8 +74,8 @@ namespace pocketmine { const VERSION = "1.5dev"; const API_VERSION = "1.12.0"; const CODENAME = "活発(Kappatsu)フグ(Fugu)"; - const MINECRAFT_VERSION = "v0.11.0 alpha build 8"; - const MINECRAFT_VERSION_NETWORK = "0.11.0.8"; + const MINECRAFT_VERSION = "v0.11.0 alpha build 9"; + const MINECRAFT_VERSION_NETWORK = "0.11.0.9"; /* * Startup code. Do not look at it, it may harm you.