We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5de6b commit 4120bbeCopy full SHA for 4120bbe
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 = 10809;
+ public static final int REVISION = 10900;
80
/** Extended version string displayed on GUI */
81
- public static final String VERSION_NAME = "1.8.9";
+ 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