Skip to content

Commit

Permalink
Bunpm version to v0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed Jun 10, 2023
1 parent 780a0e5 commit cdbf5ec
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.45.0
VERSION = v0.50.0
#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.45.0";
version = "0.50.0";


src = lib.cleanSource ./.;
Expand Down

0 comments on commit cdbf5ec

Please sign in to comment.