Skip to content

Commit

Permalink
v0.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Feb 27, 2023
1 parent 1e90fd7 commit 0134910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./.;
Expand Down

0 comments on commit 0134910

Please sign in to comment.