bump di-tui version

This commit is contained in:
Github Actions 2025-07-22 21:52:06 +00:00
parent 9bcd60b357
commit e5892bd8c2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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