Bump version in default.nix

This commit is contained in:
Github Actions 2024-05-05 18:45:31 +00:00
parent 36c412afe1
commit 6caaf7a62f

View file

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