Fix total number of bytes in sanity check

This commit is contained in:
zontreck 2024-08-29 14:48:39 -07:00
parent a7e448f6b4
commit a7c1daf806
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
class Constants {
static const VERSION = "1.2.082924+1124";
static const VERSION = "1.2.082924+1447";
}