bump di-tui version

This commit is contained in:
Github Actions 2025-11-29 06:15:32 +00:00
parent fa177539b5
commit 8782746579
3 changed files with 14 additions and 6 deletions

View file

@ -2,7 +2,15 @@
# Changelog
## [v1.13.1](https://github.com/acaloiaro/di-tui/releases/tag/v1.13.1) (2025-11-29 06:09:06 +0000 UTC)
## [v1.13.2](https://github.com/acaloiaro/di-tui/releases/tag/v1.13.2) (2025-11-29 06:14:37 +0000 UTC)
### Bug Fixes
- fix: don't tag before creating a release
## [v1.13.1](https://github.com/acaloiaro/di-tui/releases/tag/v1.13.1) (2025-11-29 06:10:01 +0000 UTC)
### Bug Fixes
@ -164,15 +172,15 @@
## [v1.3.33](https://github.com/acaloiaro/di-tui/releases/tag/v1.3.33) (2024-01-15 18:10:31 -0700 -0700)
## [v1.3.34](https://github.com/acaloiaro/di-tui/releases/tag/v1.3.34) (2024-01-15 18:10:31 -0700 -0700)
## [v1.3.30](https://github.com/acaloiaro/di-tui/releases/tag/v1.3.30) (2024-01-15 18:10:31 -0700 -0700)
## [v1.3.35](https://github.com/acaloiaro/di-tui/releases/tag/v1.3.35) (2024-01-15 18:10:31 -0700 -0700)
## [v1.3.34](https://github.com/acaloiaro/di-tui/releases/tag/v1.3.34) (2024-01-15 18:10:31 -0700 -0700)
## [v1.3.29](https://github.com/acaloiaro/di-tui/releases/tag/v1.3.29) (2024-01-15 15:54:23 -0700 -0700)

View file

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

View file

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