bump di-tui version

This commit is contained in:
Github Actions 2025-09-23 22:12:32 +00:00
parent 93f6b97af6
commit 63482ee2db
2 changed files with 2 additions and 2 deletions

View file

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

View file

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