We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438d914 commit ec13757Copy full SHA for ec13757
1 file changed
src/Scratch.as
@@ -76,7 +76,7 @@ import watchers.ListWatcher;
76
77
public class Scratch extends Sprite {
78
// Version
79
- public static const versionString:String = 'v447';
+ public static const versionString:String = 'Dev (Alpha coming May 30) : Scratch v447';
80
public static var app:Scratch; // static reference to the app, used for debugging
81
82
// Sharp settings store
0 commit comments