PokeDex/lib/Consts.dart
2025-03-22 19:21:56 -07:00

3 lines
64 B
Dart

class Constants {
static const VERSION = "1.0.032225+1921";
}