Skip to content

Commit faaefe2

Browse files
committed
Prepare 1.17.2 release
1 parent 6476d56 commit faaefe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: DevTools
22
main: DevTools\DevTools
33
src-namespace-prefix: DevTools
4-
version: 1.17.2+dev
4+
version: 1.17.2
55
api: [5.0.0]
66
load: STARTUP
77
author: PocketMine Team

src/ConsoleScript.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* GNU General Public License for more details.
1818
*/
1919

20-
const DEVTOOLS_VERSION = "1.17.2+dev";
20+
const DEVTOOLS_VERSION = "1.17.2";
2121

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

0 commit comments

Comments
 (0)