default to not even border

This commit is contained in:
Mikayla Fischler
2022-06-16 11:31:52 -04:00
parent ea9e9288f7
commit 6980e73658
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.2.0"
local COORDINATOR_VERSION = "alpha-v0.2.1"
local print = util.print
local println = util.println