Skip to content

Commit 6f7a544

Browse files
committed
Versioning
1 parent 1f74cbe commit 6f7a544

2 files changed

Lines changed: 2 additions & 2 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": "JVM emulator by PHP",
44
"type": "library",
55
"license": "MIT",
6-
"version": "0.0.6.4-dev",
6+
"version": "0.0.6.5-dev",
77
"authors": [
88
{
99
"name": "memory"

src/Core/PHPJava.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ final class PHPJava
1212
/**
1313
* As same as composer version.
1414
*/
15-
const VERSION = 0x000064;
15+
const VERSION = 0x000065;
1616
}

0 commit comments

Comments
 (0)