Skip to content

Commit

Permalink
NoVerify v0.4.0 (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 authored Aug 18, 2021
1 parent a14bd8a commit 2f67947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AFTER_COMMIT=`git rev-parse HEAD`
GOPATH_DIR=`go env GOPATH`
BIN_NAME=noverify
PKG=github.com/VKCOM/noverify/src/cmd
VERSION=0.3.0
VERSION=0.4.0

install:
go install -ldflags "-X '$(PKG).BuildVersion=$(VERSION)' -X '$(PKG).BuildTime=$(NOW)' -X '$(PKG).BuildOSUname=$(OS)' -X '$(PKG).BuildCommit=$(AFTER_COMMIT)'" .
Expand Down

0 comments on commit 2f67947

Please sign in to comment.