Skip to content

Commit 2eaca5f

Browse files
committed
Bump reported version to 3.8.5
1 parent 47959f2 commit 2eaca5f

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/PythonLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public final class PythonLanguage extends TruffleLanguage<PythonContext> {
119119
public static final String NAME = "Python";
120120
public static final int MAJOR = 3;
121121
public static final int MINOR = 8;
122-
public static final int MICRO = 2;
122+
public static final int MICRO = 5;
123123
public static final String VERSION = MAJOR + "." + MINOR + "." + MICRO;
124124

125125
public static final String MIME_TYPE = "text/x-python";

0 commit comments

Comments
 (0)