diff --git a/Makefile b/Makefile index 98ffa79..9dbe813 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ LIBEXECDIR := /usr/libexec WORKER_GROUP := yggdrasil-worker ifeq ($(origin VERSION), undefined) - VERSION := 0.2.2 + VERSION := 0.3.0 endif go_sources := $(wildcard src/*.go)