Skip to content

Commit cd7f6af

Browse files
committed
chore: bump process-compose version to 1.110.0
1 parent d8e7d50 commit cd7f6af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let pkg = "github.com/f1bonacc1/process-compose/src/config";
44
in
55
(buildGoModule.override { go = pkgs.go_1_26; }) rec {
66
pname = "process-compose";
7-
version = "1.103.0";
7+
version = "1.110.0";
88
env.CGO_ENABLED = 0;
99

1010
src = lib.cleanSource ./.;

0 commit comments

Comments
 (0)