We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db2dd8f + 5217912 commit 871fe66Copy full SHA for 871fe66
arduino-core/src/processing/app/BaseNoGui.java
@@ -42,9 +42,9 @@
42
public class BaseNoGui {
43
44
/** Version string to be used for build */
45
- public static final int REVISION = 10807;
+ public static final int REVISION = 10808;
46
/** Extended version string displayed on GUI */
47
- public static final String VERSION_NAME = "1.8.7";
+ public static final String VERSION_NAME = "1.8.8";
48
public static final String VERSION_NAME_LONG;
49
50
// Current directory to use for relative paths specified on the
0 commit comments