LibAC-dart/lib/consts.dart
zontreck d7cc626144 Fix: Write locking on windows
On windows this write lock seems to persist even after writing has completed, so we switch to a Random Access File instead by opening then closing the file when done reading or writing to it.
2024-11-25 11:57:59 -07:00

3 lines
64 B
Dart

class Constants {
static const VERSION = "1.2.112524+1156";
}