We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ed46b commit 637dbc4Copy full SHA for 637dbc4
composer.json
@@ -3,7 +3,7 @@
3
"description": "JVM emulator by PHP",
4
"type": "library",
5
"license": "MIT",
6
- "version": "0.0.7.2-dev",
+ "version": "0.0.7.3-dev",
7
"authors": [
8
{
9
"name": "memory"
src/Core/PHPJava.php
@@ -12,5 +12,5 @@ final class PHPJava
12
/**
13
* As same as composer version.
14
*/
15
- const VERSION = 0x000072;
+ const VERSION = 0x000073;
16
}
0 commit comments