Skip to content

Commit 061d71e

Browse files
committed
Update version to 1.5.5 (Base.java)
1 parent bc58474 commit 061d71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
* files and images, etc) that comes from that.
6262
*/
6363
public class Base {
64-
public static final int REVISION = 154;
64+
public static final int REVISION = 155;
6565
/** This might be replaced by main() if there's a lib/version.txt file. */
66-
static String VERSION_NAME = "0154";
66+
static String VERSION_NAME = "0155";
6767
/** Set true if this a proper release rather than a numbered revision. */
6868
static public boolean RELEASE = false;
6969

0 commit comments

Comments
 (0)