Skip to content

Commit ff94f92

Browse files
committed
Update the serialization version after changes to StringLiteralSSTNode
1 parent 7d5fb53 commit ff94f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/parser/sst/SerializationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import com.oracle.graal.python.nodes.expression.UnaryArithmetic;
4646

4747
public class SerializationUtils {
48-
public static byte VERSION = 3;
48+
public static byte VERSION = 4;
4949

5050
public static enum SSTId {
5151
AndID,

0 commit comments

Comments
 (0)