#543 reset remote sequence numbers when linking

This commit is contained in:
Mikayla Fischler
2024-08-28 21:01:04 -04:00
parent 705494bb7e
commit 035a26cc07
8 changed files with 9 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local threads = require("pocket.threads")
local POCKET_VERSION = "v0.11.8-alpha"
local POCKET_VERSION = "v0.11.9-alpha"
local println = util.println
local println_ts = util.println_ts