Browse Source

Update Makefile

Zachary Rice 5 years ago
parent
commit
01b553a75d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@
 
 
 VERSION := `git fetch --tags && git tag | sort -V | tail -1`
 VERSION := `git fetch --tags && git tag | sort -V | tail -1`
 PKG=github.com/zricethezav/gitleaks
 PKG=github.com/zricethezav/gitleaks
-LDFLAGS=-ldflags "-X=github.com/zricethezav/gitleaks/v5/version.Version=$(VERSION)"
+LDFLAGS=-ldflags "-X=github.com/zricethezav/gitleaks/v6/version.Version=$(VERSION)"
 _LDFLAGS="github.com/zricethezav/gitleaks/v6/version.Version=$(VERSION)"
 _LDFLAGS="github.com/zricethezav/gitleaks/v6/version.Version=$(VERSION)"
 COVER=--cover --coverprofile=cover.out
 COVER=--cover --coverprofile=cover.out