LibAC-dart/lib/consts.dart
2025-05-24 23:33:21 -07:00

5 lines
163 B
Dart

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