diff --git a/Makefile b/Makefile index 11ede91..79bce10 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Include ODC common make targets -DEV_KIT_VERSION := v1.0.8 +DEV_KIT_VERSION := v1.0.9 -include common.mk common.mk: curl --fail -sSL https://raw.githubusercontent.com/opendefensecloud/dev-kit/$(DEV_KIT_VERSION)/common.mk -o common.mk.download && \