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