Skip to content

Commit 3042033

Browse files
committed
Bump bytecode version
1 parent 90c1852 commit 3042033

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/compiler

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/compiler/Compiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
* Compiler for bytecode interpreter.
207207
*/
208208
public class Compiler implements SSTreeVisitor<Void> {
209-
public static final int BYTECODE_VERSION = 27;
209+
public static final int BYTECODE_VERSION = 28;
210210

211211
private final ErrorCallback errorCallback;
212212

0 commit comments

Comments
 (0)