Merge branch 'devel' into 51-hmac-message-authentication

This commit is contained in:
Mikayla Fischler
2023-06-22 16:05:46 -04:00
15 changed files with 99 additions and 74 deletions

View File

@@ -18,7 +18,7 @@ local coreio = require("pocket.coreio")
local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local POCKET_VERSION = "alpha-v0.5.0"
local POCKET_VERSION = "alpha-v0.5.1"
local println = util.println
local println_ts = util.println_ts