diff --git a/Makefile b/Makefile index 83bc117..e0fb718 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GO=go NAME := uniq2 -VERSION := 1.0.1 +VERSION := 1.0.2 DIST := $(NAME)-$(VERSION) all: test build