Adds missing regedit version string
This commit is contained in:
parent
4f1421c88e
commit
17d33f5ecb
1 changed files with 2 additions and 0 deletions
|
@ -4,5 +4,7 @@ class HelperConsts {
|
||||||
static const NBT_VERSION = "1.0.083024+1123";
|
static const NBT_VERSION = "1.0.083024+1123";
|
||||||
static const MKFSREPORT_VERSION = "1.0.083024.2334";
|
static const MKFSREPORT_VERSION = "1.0.083024.2334";
|
||||||
static const DBIKC_VERSION = "1.0.083024+2334";
|
static const DBIKC_VERSION = "1.0.083024+2334";
|
||||||
|
static const REGEDIT_VERSION = "1.0.083124+0235";
|
||||||
|
|
||||||
static String get LIBAC_VERSION => Constants.VERSION;
|
static String get LIBAC_VERSION => Constants.VERSION;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue