Skip to content

Commit

Permalink
bump di-tui version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 1, 2025
1 parent 1d16a0c commit 8826c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}:
buildGoApplication {
pname = "di-tui";
version = "1.11.0";
version = "1.11.1";
pwd = ./.;
src = ./.;
modules = ./gomod2nix.toml;
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

var ctx *context.AppContext

const VERSION = "1.11.0"
const VERSION = "1.11.1"

func main() {
ctx = context.CreateAppContext(views.CreateViewContext())
Expand Down

0 comments on commit 8826c7f

Please sign in to comment.