1
0
Fork 0

Also change version in a Makefile.

This commit is contained in:
Alexander Andreev 2022-10-31 03:26:04 +04:00
parent f04c6424a1
commit 5678d3e65a
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
SYSDDIR=${SYSDDIR_:/%=%}
DESTDIR=/
LDFLAGS=-ldflags "-s -w -X main.version=22.43.0" -tags osusergo,netgo
LDFLAGS=-ldflags "-s -w -X main.version=22.44.0" -tags osusergo,netgo
all: ${TARGET}