Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from mlsmaycon/patch-1
Browse files Browse the repository at this point in the history
Inject release version
  • Loading branch information
messense authored Oct 31, 2022
2 parents 804b6e4 + 30e3feb commit 0e927af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbird/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PKG_USE_MIPS16:=0
GO_PKG:=github.com/netbirdio/netbird
GO_PKG_BUILD_PKG:=github.com/netbirdio/netbird/client
GO_PKG_LDFLAGS:=-s -w
GO_PKG_LDFLAGS_X:=main.Version=v$(PKG_VERSION)
GO_PKG_LDFLAGS_X:=github.com/netbirdio/netbird/client/system.version=v$(PKG_VERSION)

include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk
Expand Down

0 comments on commit 0e927af

Please sign in to comment.