commit ddfd9a8208939087cfb559af545e2da85358d836
parent 0385c3532de24268a336a7704cc8ecee77c1e63a
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 6 Dec 2020 20:17:58 -0500
0.1.0 release
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -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