LibAC-dart/lib/consts.dart
2025-05-27 13:41:35 -07:00

5 lines
163 B
Dart

class Constants {
static const VERSION = "1.4.052725+1339";
static const NBT_REVISION = "1.4.052725+1328";
static const ARGS_REVISION = "1.4.012225+0413";
}