This commit is contained in:
Berger Eugene 2023-02-27 23:54:41 +02:00
parent 1e90fd74f4
commit 0134910a9a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
NAME=process-compose
RM=rm
VERSION = v0.40.2
VERSION = v0.43.1
#VERSION = $(shell git describe --abbrev=0)
GIT_REV ?= $(shell git rev-parse --short HEAD)
DATE ?= $(shell TZ=UTC0 git show --quiet --date='format-local:%Y-%m-%dT%H:%M:%SZ' --format="%cd")

View File

@ -4,7 +4,7 @@ let pkg = "github.com/f1bonacc1/process-compose/src/config";
in
buildGoModule rec {
pname = "process-compose";
version = "0.40.2";
version = "0.43.1";
src = lib.cleanSource ./.;