We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eca0c5 commit bf3a12cCopy full SHA for bf3a12c
arduino-core/src/processing/app/BaseNoGui.java
@@ -76,9 +76,9 @@
76
public class BaseNoGui {
77
78
/** Version string to be used for build */
79
- public static final int REVISION = 10806;
+ public static final int REVISION = 10900;
80
/** Extended version string displayed on GUI */
81
- public static final String VERSION_NAME = "1.8.6";
+ public static final String VERSION_NAME = "1.9.0-beta";
82
public static final String VERSION_NAME_LONG;
83
84
// Current directory to use for relative paths specified on the
0 commit comments