Adds missing regedit version string

This commit is contained in:
zontreck 2024-08-31 02:35:24 -07:00
parent 4f1421c88e
commit 17d33f5ecb

View file

@ -4,5 +4,7 @@ class HelperConsts {
static const NBT_VERSION = "1.0.083024+1123";
static const MKFSREPORT_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;
}