Skip to content

Commit eb732de

Browse files
author
Federico Fissore
committed
Updating version in BaseNoGui
1 parent 54137a4 commit eb732de

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
@@ -39,9 +39,9 @@
3939
public class BaseNoGui {
4040

4141
/** Version string to be used for build */
42-
public static final int REVISION = 10606;
42+
public static final int REVISION = 10607;
4343
/** Extended version string displayed on GUI */
44-
public static final String VERSION_NAME = "1.6.6";
44+
public static final String VERSION_NAME = "1.6.7";
4545
public static final String VERSION_NAME_LONG;
4646

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

0 commit comments

Comments
 (0)