LibAC-dart/lib/consts.dart
2025-05-25 00:02:28 -07:00

5 lines
163 B
Dart

class Constants {
static const VERSION = "1.4.052525+0002";
static const NBT_REVISION = "1.4.020325+1215";
static const ARGS_REVISION = "1.4.012225+0413";
}