commit e324fbb313c301302039a8b826556fa350343512
parent ddfd9a8208939087cfb559af545e2da85358d836
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sun, 6 Dec 2020 20:20:54 -0500
bump to 0.1.1-dev0
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
+VERSION := 0.1.1-dev0
GO_LDFLAGS := "-X main.version=${VERSION}"
GO := go