Skip to content

Commit 637dbc4

Browse files
committed
Versioning [skip ci]
1 parent e2ed46b commit 637dbc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.7.2-dev",
6+
"version": "0.0.7.3-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 = 0x000072;
15+
const VERSION = 0x000073;
1616
}

0 commit comments

Comments
 (0)