Fix sha56 byte count in protocol

This commit is contained in:
zontreck 2024-08-29 16:25:28 -07:00
parent 170f2d35f7
commit d1ff953717
5 changed files with 15 additions and 5 deletions

View file

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