diff --git a/Makefile b/Makefile index e6cf11a..ba5ebed 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME := shipctl -VERSION := v0.1.1 +VERSION := v0.1.2 REVISION := $(shell git rev-parse --short HEAD) SRCS := $(shell find . -type f -name '*.go')