bump di-tui version

This commit is contained in:
Github Actions 2025-11-28 20:16:40 +00:00
parent 8a577fbe39
commit 53d65f297c
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -20,7 +20,7 @@ import (
var ctx *context.AppContext
const VERSION = "1.11.4"
const VERSION = "1.12.0"
func main() {
var err error