bump di-tui version

This commit is contained in:
Github Actions 2025-01-01 16:24:06 +00:00
parent 1d16a0c2f1
commit 8826c7f21b
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
}:
buildGoApplication {
pname = "di-tui";
version = "1.11.0";
version = "1.11.1";
pwd = ./.;
src = ./.;
modules = ./gomod2nix.toml;

View file

@ -20,7 +20,7 @@ import (
var ctx *context.AppContext
const VERSION = "1.11.0"
const VERSION = "1.11.1"
func main() {
ctx = context.CreateAppContext(views.CreateViewContext())