BugVault/lib/Constants.dart

4 lines
102 B
Dart

class Constants {
static const VERSION = "1.0.031425+2328";
static const APP_NAME = "BugVault";
}