diff --git a/Makefile b/Makefile index 146f660..8d19eca 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := qucli -VERSION := v0.5.0 +VERSION := v0.6.2 REVISION := $(shell git rev-parse --short HEAD) SRCS := $(shell find . -name '*.go' -type f)