We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6352a47 commit 52426deCopy full SHA for 52426de
2 files changed
composer.json
@@ -3,7 +3,7 @@
3
"description": "JVM emulator by PHP",
4
"type": "library",
5
"license": "MIT",
6
- "version": "0.0.7.1-dev",
+ "version": "0.0.7.2-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 = 0x000071;
+ const VERSION = 0x000072;
16
}
0 commit comments