We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaefe2 commit 8f10684Copy full SHA for 8f10684
plugin.yml
@@ -1,7 +1,7 @@
1
name: DevTools
2
main: DevTools\DevTools
3
src-namespace-prefix: DevTools
4
-version: 1.17.2
+version: 1.17.3+dev
5
api: [5.0.0]
6
load: STARTUP
7
author: PocketMine Team
src/ConsoleScript.php
@@ -17,7 +17,7 @@
17
* GNU General Public License for more details.
18
*/
19
20
-const DEVTOOLS_VERSION = "1.17.2";
+const DEVTOOLS_VERSION = "1.17.3+dev";
21
22
const DEVTOOLS_REQUIRE_FILE_STUB = '<?php require("phar://" . __FILE__ . "/%s"); __HALT_COMPILER();';
23
const DEVTOOLS_PLUGIN_STUB = '
0 commit comments