We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c31ba commit c8fba87Copy full SHA for c8fba87
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