We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09aa99 commit d697959Copy full SHA for d697959
arduino-core/src/processing/app/BaseNoGui.java
@@ -58,9 +58,9 @@
58
public class BaseNoGui {
59
60
/** Version string to be used for build */
61
- public static final int REVISION = 10806;
+ public static final int REVISION = 10900;
62
/** Extended version string displayed on GUI */
63
- public static final String VERSION_NAME = "1.8.6";
+ public static final String VERSION_NAME = "1.9.0-beta";
64
public static final String VERSION_NAME_LONG;
65
66
// Current directory to use for relative paths specified on the
0 commit comments