BugVault/lib/Constants.dart

4 lines
102 B
Dart

class Constants {
static const VERSION = "1.0.031525+0227";
static const APP_NAME = "BugVault";
}