From 17d33f5ecb32af52b37ce13dccef25352d3d0450 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 31 Aug 2024 02:35:24 -0700 Subject: [PATCH] Adds missing regedit version string --- dart/lib/constants.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dart/lib/constants.dart b/dart/lib/constants.dart index 1346fcf..a639f90 100644 --- a/dart/lib/constants.dart +++ b/dart/lib/constants.dart @@ -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; }