Release redbean 1.4

This commit is contained in:
Justine Tunney 2021-07-03 05:58:47 -07:00
parent 74200a0ea0
commit d6873f637f

View file

@ -998,7 +998,7 @@ static void ProgramCache(long x) {
}
static void SetDefaults(void) {
ProgramBrand(REDBEAN "/1.3");
ProgramBrand(REDBEAN "/1.4");
__log_level = kLogInfo;
maxpayloadsize = 64 * 1024;
ProgramCache(-1);