Skip to content

Commit

Permalink
1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jun 1, 2023
1 parent 7f9eb35 commit 77c0c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: DevTools
main: DevTools\DevTools
src-namespace-prefix: DevTools
version: 1.17.0+dev
version: 1.17.0
api: [5.0.0]
load: STARTUP
author: PocketMine Team
Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* GNU General Public License for more details.
*/

const DEVTOOLS_VERSION = "1.16.2+dev";
const DEVTOOLS_VERSION = "1.17.0";

const DEVTOOLS_REQUIRE_FILE_STUB = '<?php require("phar://" . __FILE__ . "/%s"); __HALT_COMPILER();';
const DEVTOOLS_PLUGIN_STUB = '
Expand Down

0 comments on commit 77c0c4c

Please sign in to comment.