1 parent edc3381 commit 8e71ed6Copy full SHA for 8e71ed6
2 files changed
composer.json
@@ -3,7 +3,7 @@
3
"description": "Implement JVM by PHP",
4
"type": "library",
5
"license": "MIT",
6
- "version": "0.0.8.3-dev",
+ "version": "0.0.9.0-dev",
7
"authors": [
8
{
9
"name": "memory"
src/Core/PHPJava.php
@@ -17,12 +17,11 @@ final class PHPJava
17
18
/**
19
* The code name is based on language of flowers.
20
- * It meaning currently is "Expectation".
21
*/
22
- const CODE_NAME = 'ZEPHYRANTHES';
+ const CODE_NAME = 'CHERRY_BLOSSOM';
23
24
25
* As same as composer version.
26
27
- const VERSION = 0x000083;
+ const VERSION = 0x000090;
28
}
0 commit comments