Bump versions

This commit is contained in:
zontreck 2024-08-30 23:35:01 -07:00
parent a9b71780fb
commit 3c098f316f

View file

@ -2,7 +2,7 @@ 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 const MKFSREPORT_VERSION = "1.0.083024.2334";
static const DBIKC_VERSION = "1.0.083024+2334";
static String get LIBAC_VERSION => Constants.VERSION;
}