Skip to content

Commit 8e71ed6

Browse files
committed
Update version
1 parent edc3381 commit 8e71ed6

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Implement JVM by PHP",
44
"type": "library",
55
"license": "MIT",
6-
"version": "0.0.8.3-dev",
6+
"version": "0.0.9.0-dev",
77
"authors": [
88
{
99
"name": "memory"

src/Core/PHPJava.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ final class PHPJava
1717
{
1818
/**
1919
* The code name is based on language of flowers.
20-
* It meaning currently is "Expectation".
2120
*/
22-
const CODE_NAME = 'ZEPHYRANTHES';
21+
const CODE_NAME = 'CHERRY_BLOSSOM';
2322

2423
/**
2524
* As same as composer version.
2625
*/
27-
const VERSION = 0x000083;
26+
const VERSION = 0x000090;
2827
}

0 commit comments

Comments
 (0)