Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
djmoch committed Dec 7, 2020
1 parent 0385c35 commit ddfd9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MANPATH := ${PREFIX}/man

SRC = cmd/shrt/main.go shrtfile.go
DIST_SRC = cmd shrtfile.go Makefile config.mk shrt.1 shrtfile.5 README LICENSE go.mod go.sum
VERSION := 0.1.0-dev0
VERSION := 0.1.0

GO_LDFLAGS := "-X main.version=${VERSION}"
GO := go

0 comments on commit ddfd9a8

Please sign in to comment.