version increments and small fix

This commit is contained in:
Mikayla Fischler
2024-05-12 18:19:21 -04:00
parent be560cd532
commit 76e85da9d5
4 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ local iocontrol = require("pocket.iocontrol")
local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local POCKET_VERSION = "v0.8.0-alpha"
local POCKET_VERSION = "v0.9.0-alpha"
local println = util.println
local println_ts = util.println_ts