Skip to content

Commit

Permalink
fix: Makefile version var
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Frölich committed Dec 22, 2023
1 parent 9de3395 commit 53f9df8
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 @@

BIN_NAME=starscraper

VERSION := $(shell grep "const Version " version/version.go | sed -E 's/.*"(.+)"$$/\1/')
VERSION=0.0.1
GIT_COMMIT=$(shell git rev-parse HEAD)
GIT_DIRTY=$(shell test -n "`git status --porcelain`" && echo "+CHANGES" || true)
BUILD_DATE=$(shell date '+%Y-%m-%d-%H:%M:%S')
Expand Down

0 comments on commit 53f9df8

Please sign in to comment.