Fix errors in CLI Tools

This commit is contained in:
zontreck 2024-08-30 20:34:31 -07:00
parent e7bb2e5d72
commit 0eeb415033
6 changed files with 28 additions and 14 deletions

8
dart/lib/constants.dart Normal file
View file

@ -0,0 +1,8 @@
import 'package:libac_dart/consts.dart';
class HelperConsts {
static const NBT_VERSION = "1.0.083024+1123";
static const MKFSREPORT_VERSION = "1.0.082424.0758";
static const DBIKC_VERSION = "1.0.083024+2032";
static String get LIBAC_VERSION => Constants.VERSION;
}