Skip to content

Commit 871fe66

Browse files
authored
Merge pull request #8166 from per1234/start-1_8_8
Start Arduino IDE 1.8.8
2 parents db2dd8f + 5217912 commit 871fe66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-core/src/processing/app/BaseNoGui.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
public class BaseNoGui {
4343

4444
/** Version string to be used for build */
45-
public static final int REVISION = 10807;
45+
public static final int REVISION = 10808;
4646
/** Extended version string displayed on GUI */
47-
public static final String VERSION_NAME = "1.8.7";
47+
public static final String VERSION_NAME = "1.8.8";
4848
public static final String VERSION_NAME_LONG;
4949

5050
// Current directory to use for relative paths specified on the

0 commit comments

Comments
 (0)