Fix errors in CLI Tools
This commit is contained in:
parent
e7bb2e5d72
commit
0eeb415033
6 changed files with 28 additions and 14 deletions
8
dart/lib/constants.dart
Normal file
8
dart/lib/constants.dart
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue