diff --git a/Makefile b/Makefile index 11f4405e8..46ec66d86 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME=saml2aws ARCH=$(shell uname -m) -VERSION=2.6.2 +VERSION=2.7.0 ITERATION := 1 SOURCE_FILES?=$$(go list ./... | grep -v /vendor/)