Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Makefile
  • Loading branch information
rkervella committed Apr 14, 2021
1 parent f7dd928 commit b457674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -10,7 +10,7 @@ TAGS = -tags osusergo,netgo,sqlite_omit_load_extension
# Version Information
#
GO_VERSION = $(shell $(GO) version)
VERSION? = $(shell git describe --abbrev=0)
VERSION ?= $(shell git describe --abbrev=0)
COMPILED_AT = $(shell date +%s)
RELEASES_URL = https://api.github.com/repos/BishopFox/sliver/releases
PKG = github.com/bishopfox/sliver/client/version
Expand Down

0 comments on commit b457674

Please sign in to comment.