Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 76f10e1

Browse files
authored
Merge pull request #1643 from gtardif/compose_beta2
Bump compose beta version
2 parents 04c78c2 + c8f7e80 commit 76f10e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ STATIC_FLAGS=CGO_ENABLED=0
2828

2929
GIT_TAG?=$(shell git describe --tags --match "v[0-9]*")
3030

31-
LDFLAGS="-s -w -X $(PKG_NAME)/internal.Version=${GIT_TAG} -X $(PKG_NAME)/internal.ComposePluginVersion=2.0.0-beta.1"
31+
LDFLAGS="-s -w -X $(PKG_NAME)/internal.Version=${GIT_TAG} -X $(PKG_NAME)/internal.ComposePluginVersion=2.0.0-beta.2"
3232
GO_BUILD=$(STATIC_FLAGS) go build -trimpath -ldflags=$(LDFLAGS)
3333

3434
BINARY?=bin/docker

0 commit comments

Comments
 (0)