We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc58474 commit 061d71eCopy full SHA for 061d71e
app/src/processing/app/Base.java
@@ -61,9 +61,9 @@
61
* files and images, etc) that comes from that.
62
*/
63
public class Base {
64
- public static final int REVISION = 154;
+ public static final int REVISION = 155;
65
/** This might be replaced by main() if there's a lib/version.txt file. */
66
- static String VERSION_NAME = "0154";
+ static String VERSION_NAME = "0155";
67
/** Set true if this a proper release rather than a numbered revision. */
68
static public boolean RELEASE = false;
69
0 commit comments