LibAC-dart/lib/consts.dart

5 lines
163 B
Dart

class Constants {
static const VERSION = "1.4.012225+0357";
static const NBT_REVISION = "1.3.012225+0304";
static const ARGS_REVISION = "1.4.012225+0357";
}